summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 20:08:58 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 20:08:58 +0000
commit199e0abbe0270d9f1adda0f64940d81acc8219c9 (patch)
tree28baa493d9a6b001087237ef2b5260f6f0ffc0ef
parent3bb7c314bd5e2cb51763f47440e7de2a8b110b14 (diff)
downloadcoreutils-199e0abbe0270d9f1adda0f64940d81acc8219c9.tar.xz
Don't include <sys/types.h>. From gnulib.
-rw-r--r--lib/memcasecmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/memcasecmp.c b/lib/memcasecmp.c
index 18dd31f6e..523213113 100644
--- a/lib/memcasecmp.c
+++ b/lib/memcasecmp.c
@@ -1,5 +1,5 @@
/* Case-insensitive buffer comparator.
- Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
# include <config.h>
#endif
-#include <sys/types.h>
#include <ctype.h>
#if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII))