summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcoll.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-06-15 00:07:11 +0000
committerjtc <jtc@NetBSD.org>1995-06-15 00:07:11 +0000
commit752ff8fb6caa0804c7087628a4abd895d105e052 (patch)
treee15b0c86c0c55adeac53bfef6def62d016fbf3a8 /lib/libc/string/strcoll.c
parentb5f782e810aa16d949b1c64fae69216d83e26666 (diff)
don't include <sys/cdefs.h>, it's a 'private' header
Diffstat (limited to 'lib/libc/string/strcoll.c')
-rw-r--r--lib/libc/string/strcoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index 3439f2530ac..973013d1b17 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -36,15 +36,15 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)strcoll.c 5.2 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcoll.c,v 1.3 1993/08/26 00:51:48 jtc Exp $";
+static char *rcsid = "$Id: strcoll.c,v 1.4 1995/06/15 00:07:44 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
#include <string.h>
/*
* Compare strings according to LC_COLLATE category of current locale.
*/
+int
strcoll(s1, s2)
const char *s1, *s2;
{