Changeset 57 for trunk/src/gmake/dir.c
- Timestamp:
- Nov 23, 2003, 11:38:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/dir.c
r53 r57 1197 1197 gl->gl_closedir = ansi_free; 1198 1198 gl->gl_stat = local_stat; 1199 #ifdef __EMX__ /* The FreeBSD implemenation actually uses gl_lstat!! */ 1200 gl->gl_lstat = local_stat; 1201 #endif 1199 1202 /* We don't bother setting gl_lstat, since glob never calls it. 1200 1203 The slot is only there for compatibility with 4.4 BSD. */
Note:
See TracChangeset
for help on using the changeset viewer.