summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
-rw-r--r--lib/libc/string/strcasecmp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c
index c1ca10fc311..8e828816e9b 100644
--- a/lib/libc/string/strcasecmp.c
+++ b/lib/libc/string/strcasecmp.c
@@ -31,14 +31,13 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#include <string.h>
-
#if defined(LIBC_SCCS) && !defined(lint)
/*static const char sccsid[] = "from: @(#)strcasecmp.c 5.10 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcasecmp.c,v 1.3 1993/08/26 00:51:45 jtc Exp $";
+static char *rcsid = "$Id: strcasecmp.c,v 1.4 1995/06/15 00:07:37 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
+#include <string.h>
+
typedef unsigned char u_char;
/*