From 6d62ac46ce235562d1ef88f9a7bd721031756281 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Jul 2006 03:35:18 +0000 Subject: [PATCH] Fix typo in previous checkin; some file names were wrong. --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.3