/[make]/make/dir.c
ViewVC logotype

Diff of /make/dir.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by psmith, Sat Jul 19 02:46:25 2003 UTC revision 1.53 by psmith, Mon Nov 3 22:04:11 2003 UTC
# Line 1130  read_dirstream (__ptr_t stream) Line 1130  read_dirstream (__ptr_t stream)
1130                buf = xmalloc (bufsz);                buf = xmalloc (bufsz);
1131              }              }
1132            d = (struct dirent *) buf;            d = (struct dirent *) buf;
1133    #ifdef __MINGW32__
1134    # if __MINGW32_VERSION_MAJOR < 3 || (__MINGW32_VERSION_MAJOR == 3 && \
1135                                         __MINGW32_VERSION_MINOR == 0)
1136              d->d_name = xmalloc(len);
1137    # endif
1138    #endif
1139            FAKE_DIR_ENTRY (d);            FAKE_DIR_ENTRY (d);
1140  #ifdef _DIRENT_HAVE_D_NAMLEN  #ifdef _DIRENT_HAVE_D_NAMLEN
1141            d->d_namlen = len - 1;            d->d_namlen = len - 1;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26