Changeset 2584
- Timestamp:
- Mar 9, 2006, 1:18:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/lib/mkdir-p.c
r2554 r2584 148 148 to do the chdir optimization. */ 149 149 do_chdir = (save_cwd (&cwd) == 0); 150 #ifdef __INNOTEK_LIBC__ 151 do_chdir = 0; /* we've got driveletters, don't bother trying to optimzie it yet. yea, I'm lazy! */ 152 #endif 150 153 151 154 /* If we've saved the cwd and DIR is an absolute file name,
Note:
See TracChangeset
for help on using the changeset viewer.