Ticket #117: kBuild-0.1.9998-gl_.patch

File kBuild-0.1.9998-gl_.patch, 406 bytes (added by Sérgio Monteiro Basto, 10 years ago)
  • ./src/kmk/dir.c

    old new dir_setup_glob (glob_t *gl) 
    14451445#ifdef __EMX__ /* The FreeBSD implementation actually uses gl_lstat!! */
    14461446  gl->gl_lstat = local_stat;
    14471447#endif
    1448 #ifdef KMK
     1448#if defined(WINDOWS32) && defined(KMK)
    14491449  gl->gl_exists = file_exists_p;
    14501450  gl->gl_isdir = dir_exists_p;
    14511451#endif