summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcasecmp.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-08-20 04:09:39 +0000
committermillert <millert@openbsd.org>1997-08-20 04:09:39 +0000
commita2260c1d442e71f390dcb0e64308101d7bf2df03 (patch)
tree45fa4052c16a5643363cdd9425361bf78b3832f4 /lib/libc/string/strcasecmp.c
parentMove getsubopt(3) to stdlib like lite2 and XPG4.2 say... (diff)
downloadwireguard-openbsd-a2260c1d442e71f390dcb0e64308101d7bf2df03.tar.xz
wireguard-openbsd-a2260c1d442e71f390dcb0e64308101d7bf2df03.zip
Update man page and sccs tags from lite2.
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
-rw-r--r--lib/libc/string/strcasecmp.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c
index fe8b8eb890f..1f487524aa7 100644
--- a/lib/libc/string/strcasecmp.c
+++ b/lib/libc/string/strcasecmp.c
@@ -1,6 +1,8 @@
+/* $OpenBSD: strcasecmp.c,v 1.3 1997/08/20 04:13:57 millert Exp $ */
+
/*
- * Copyright (c) 1987 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,12 +33,16 @@
* SUCH DAMAGE.
*/
+#include <string.h>
+
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.2 1996/08/19 08:34:09 tholo Exp $";
+#if 0
+static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
+#else
+static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.3 1997/08/20 04:13:57 millert Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
-#include <string.h>
-
typedef unsigned char u_char;
/*