diff options
Diffstat (limited to 'lib/libc/arch/i386/string/strcat.S')
-rw-r--r-- | lib/libc/arch/i386/string/strcat.S | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/arch/i386/string/strcat.S b/lib/libc/arch/i386/string/strcat.S index 6d80aebb06a..37f766a7231 100644 --- a/lib/libc/arch/i386/string/strcat.S +++ b/lib/libc/arch/i386/string/strcat.S @@ -5,9 +5,14 @@ #include <machine/asm.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.2 1996/08/19 08:13:12 tholo Exp $" + .asciz "$OpenBSD: strcat.S,v 1.3 2003/06/11 21:03:10 deraadt Exp $" #endif /* |