From: Paul Eggert Date: Mon, 17 Jul 2006 03:35:18 +0000 (+0000) Subject: Fix typo in previous checkin; some file names were wrong. X-Git-Tag: v6.0~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d62ac46ce235562d1ef88f9a7bd721031756281;p=thirdparty%2Fcoreutils.git Fix typo in previous checkin; some file names were wrong. --- diff --git a/ChangeLog b/ChangeLog index 00875b7bdc..dab3d8dd49 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.