From: Jim Meyering Date: Sat, 4 Oct 1997 01:57:39 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22a4f828dbc66cf3aea8649da41409ab4e1abdf0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e7513681c0..d4b398bd08 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +1997-10-03 Jim Meyering + + * lib/savedir.h (savedir) [__P]: New file with prototype. + * lib/savedir.c (savedir): Declare DIR parameter to be const. + Include savedir.h. Indent cpp directives. + * src/chgrp.c: Remove old-style savedir dcl. Include savedir.h for + prototype. + * src/chmod.c: Likewise. + * src/chown.c: Likewise. + * src/copy.c: Likewise. + * src/du.c: Likewise. + Achim Blumensath reported that ``on systems where off_t is 64 bits + [not having a prototype] results in passing 0 as name_size...'' + 1997-09-27 Jim Meyering * src/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), per