diff options
Diffstat (limited to 'lib/libc/arch/m68k/string/strcat.S')
-rw-r--r-- | lib/libc/arch/m68k/string/strcat.S | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/arch/m68k/string/strcat.S b/lib/libc/arch/m68k/string/strcat.S index 10af7391c1a..5bf96a8fba4 100644 --- a/lib/libc/arch/m68k/string/strcat.S +++ b/lib/libc/arch/m68k/string/strcat.S @@ -1,5 +1,3 @@ -/* $NetBSD: strcat.S,v 1.4 1995/11/28 23:40:59 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strcat.S,v 1.4 1995/11/28 23:40:59 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strcat.S,v 1.2 1996/08/19 08:15:18 tholo Exp $" +#endif /* LIBC_SCCS */ ENTRY(strcat) movl sp@(8),a0 | a0 = fromaddr |