summaryrefslogtreecommitdiff
path: root/lib/libc/string/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memcmp.c')
-rw-r--r--lib/libc/string/memcmp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c
index 6c83208a7b4..49384a6fb99 100644
--- a/lib/libc/string/memcmp.c
+++ b/lib/libc/string/memcmp.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: memcmp.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: memcmp.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <string.h>
/*