diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-17 03:35:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-17 03:35:18 +0000 |
commit | 6d62ac46ce235562d1ef88f9a7bd721031756281 (patch) | |
tree | 8f11be9881882d5d75ca754df2e98a509f0c6b09 /ChangeLog | |
parent | 628c7baa85934252389017886f36cd3d025a6ddb (diff) | |
download | coreutils-6d62ac46ce235562d1ef88f9a7bd721031756281.tar.xz |
Fix typo in previous checkin; some file names were wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,12 +19,12 @@ const *. Use mkancesdirs instead of rolling our own code. (change_attributes): Don't worry about AFS, since that kludge should not be needed any more. - * mkdir.c (struct mkdir_options): New struct. + * src/mkdir.c (struct mkdir_options): New struct. (announce_mkdir, make_ancestor): New functions. (main): Use them. Adjust to mode_adjust API change. Stick with umask 0. Use make_dir_parents for all the work. - * mkfifo.c (main): Adjust to new mode_adjust API. - * mknod.c (main): Likewise. + * src/mkfifo.c (main): Adjust to new mode_adjust API. + * src/mknod.c (main): Likewise. * tests/chmod/setgid: Do the setgid test instead of bailing. * tests/mkdir/p-3: Remove re_protect case that no longer applies. GNU chmod now behaves like other versions of chmod. |