summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sparc/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/arch/sparc/strlen.S')
-rw-r--r--sys/lib/libkern/arch/sparc/strlen.S9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/lib/libkern/arch/sparc/strlen.S b/sys/lib/libkern/arch/sparc/strlen.S
index 22a040692c4..02bc2991a83 100644
--- a/sys/lib/libkern/arch/sparc/strlen.S
+++ b/sys/lib/libkern/arch/sparc/strlen.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:09 millert Exp $ */
+/* $OpenBSD: strlen.S,v 1.4 2007/11/24 19:47:05 deraadt Exp $ */
/* $NetBSD: strlen.S,v 1.2 1994/10/26 06:40:09 cgd Exp $ */
/*
@@ -36,13 +36,6 @@
* Header: strlen.s,v 1.1 92/06/25 12:52:47 torek Exp
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#ifdef notdef
- .asciz "@(#)strlen.s 8.1 (Berkeley) 6/4/93"
-#endif
- .asciz "$OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:09 millert Exp $"
-#endif /* LIBC_SCCS and not lint */
-
#include "DEFS.h"
ENTRY(strlen)