diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 10:57:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 10:57:42 +0000 |
commit | 3364b4a289a4f23d68cd89ee13700892e23e10ac (patch) | |
tree | aabed324270d2a737f6d80a555ffa10731d54824 /old | |
parent | 988d9b05dd8d35e0e1b8b0c103bef8c68cb27700 (diff) | |
download | coreutils-3364b4a289a4f23d68cd89ee13700892e23e10ac.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c114931ef..952a89205 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. |