summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/m68k/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/arch/m68k/strlen.S')
-rw-r--r--sys/lib/libkern/arch/m68k/strlen.S8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/lib/libkern/arch/m68k/strlen.S b/sys/lib/libkern/arch/m68k/strlen.S
index 5d96d711675..a7f4a301464 100644
--- a/sys/lib/libkern/arch/m68k/strlen.S
+++ b/sys/lib/libkern/arch/m68k/strlen.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
+/* $OpenBSD: strlen.S,v 1.4 2007/11/24 19:38:04 deraadt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -33,12 +33,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
- .text
- /*.asciz "from: @(#)strlen.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
-#endif /* LIBC_SCCS and not lint */
-
#include "DEFS.h"
ENTRY(strlen)