summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcsncmp.c')
-rw-r--r--lib/libc/string/wcsncmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c
index 30d37f66579..fb3c7057cf9 100644
--- a/lib/libc/string/wcsncmp.c
+++ b/lib/libc/string/wcsncmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */
+/* $OpenBSD: wcsncmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */
/* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */
/*
@@ -30,10 +30,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <wchar.h>
#include "locale/runetype.h"