From: Jim Meyering Date: Thu, 22 Nov 2001 10:57:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3364b4a289a4f23d68cd89ee13700892e23e10ac;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c114931efd..952a89205e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.1.2. + * src/mknod.c (main): Add a literal format string to suppress + a warning from gcc's -Wformat-security. + copy.c shouldn't maintain static state. * src/copy.c (dest_info): Remove declaration of file-scoped global. @@ -9,7 +12,6 @@ Update all callers. (seen_dest): Require a hash table parameter. Update callers. (record_dest): Likewise. - * src/copy.h: Include hash.h. (struct cp_options) [dest_info]: New member. * src/install.c (cp_option_init): Initialize new member.