diff options
author | 2003-06-11 21:05:09 +0000 | |
---|---|---|
committer | 2003-06-11 21:05:09 +0000 | |
commit | 1929d8d4f7801e9491a7ef9d8cfd2983cea84a30 (patch) | |
tree | 2e7359e8cd77105d719b568184accf3965fface0 /lib/libc/arch/m68k/string/strcat.S | |
parent | ansification; checked by pval (diff) | |
download | wireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.tar.xz wireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.zip |
oops
Diffstat (limited to 'lib/libc/arch/m68k/string/strcat.S')
-rw-r--r-- | lib/libc/arch/m68k/string/strcat.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/arch/m68k/string/strcat.S b/lib/libc/arch/m68k/string/strcat.S index e988ccf79cc..d809086ec23 100644 --- a/lib/libc/arch/m68k/string/strcat.S +++ b/lib/libc/arch/m68k/string/strcat.S @@ -33,14 +33,9 @@ #include "DEFS.h" -#APP - .stabs "warning: strcat() is almost always misused, consider using strlcat()",30,0,0,0 - .stabs "_strcat",1,0,0,0 -#NO_APP - #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: strcat.S,v 1.4 2003/06/11 21:03:10 deraadt Exp $" + .asciz "$OpenBSD: strcat.S,v 1.5 2003/06/11 21:06:33 deraadt Exp $" #endif /* LIBC_SCCS */ ENTRY(strcat) |