summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:35:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:35:18 +0000
commit6d62ac46ce235562d1ef88f9a7bd721031756281 (patch)
tree8f11be9881882d5d75ca754df2e98a509f0c6b09
parent628c7baa85934252389017886f36cd3d025a6ddb (diff)
downloadcoreutils-6d62ac46ce235562d1ef88f9a7bd721031756281.tar.xz
Fix typo in previous checkin; some file names were wrong.
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 00875b7bd..dab3d8dd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.