summaryrefslogtreecommitdiff
path: root/lib/strstr.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-15 17:36:03 +0000
committerBruno Haible <bruno@clisp.org>2002-11-15 17:36:03 +0000
commitb51fcc0b038ac4d720d7d34ad98d78a14824e444 (patch)
tree99d4f43f1bf4b9d1c8f59b0c9687ff775fe405c8 /lib/strstr.c
parentd79ef04766e844e5eb34513366b2e3be842db6ee (diff)
downloadgnulib-b51fcc0b038ac4d720d7d34ad98d78a14824e444.tar.gz
Minimize diffs to glibc. Modernize.
Diffstat (limited to 'lib/strstr.c')
-rw-r--r--lib/strstr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/strstr.c b/lib/strstr.c
index c41e90349f..42ffcfa8e3 100644
--- a/lib/strstr.c
+++ b/lib/strstr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -31,7 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#if defined _LIBC || defined HAVE_STRING_H
# include <string.h>
#endif
-#include <sys/types.h>
typedef unsigned chartype;