diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-23 07:47:51 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-23 07:47:51 +0000 |
commit | 41f08b2239a0480876690095b46bf87e08b8c95e (patch) | |
tree | f31bd2ccd4a0f44d78cb3c1078d8b302c8873f43 /lib/ChangeLog | |
parent | 82008e43bda9565c4c86f9ae85225de068b5c319 (diff) | |
download | coreutils-41f08b2239a0480876690095b46bf87e08b8c95e.tar.xz |
filemode.c: Don't include <string.h>.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index efa92ee5e..ed9cb233e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Paul Eggert <eggert@cs.ucla.edu> + + * filemode.c: Don't include <string.h>; this include was + inadvertantly put into the previous patch. + 2006-05-22 Paul Eggert <eggert@cs.ucla.edu> * filemode.c (setst): Remove. |