diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-23 07:47:32 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-23 07:47:32 +0000 |
commit | 82008e43bda9565c4c86f9ae85225de068b5c319 (patch) | |
tree | 29a5696b2ffe0e32a1864e220778786017fd9687 | |
parent | c5124719749170894a2c8b94d3423b9b3a8a5798 (diff) | |
download | coreutils-82008e43bda9565c4c86f9ae85225de068b5c319.tar.xz |
Don't include <string.h>; this include was
inadvertantly put into the previous patch.
-rw-r--r-- | lib/filemode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/filemode.c b/lib/filemode.c index a890100fb..5636c9e7c 100644 --- a/lib/filemode.c +++ b/lib/filemode.c @@ -38,8 +38,6 @@ #if ! HAVE_DECL_STRMODE -# include <string.h> - /* Return a character indicating the type of file described by file mode BITS: '-' regular file |