diff options
Diffstat (limited to 'lib/libc/arch/i386/string/strcpy.S')
-rw-r--r-- | lib/libc/arch/i386/string/strcpy.S | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/arch/i386/string/strcpy.S b/lib/libc/arch/i386/string/strcpy.S index d9c74b4c82a..86632c42e1c 100644 --- a/lib/libc/arch/i386/string/strcpy.S +++ b/lib/libc/arch/i386/string/strcpy.S @@ -5,9 +5,14 @@ #include <machine/asm.h> +#APP + .stabs "warning: strcpy() is almost always misused, consider using strlcpy()",30,0,0,0 + .stabs "_strcpy",1,0,0,0 +#NO_APP + #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: strcpy.S,v 1.2 1996/08/19 08:13:17 tholo Exp $" + .asciz "$OpenBSD: strcpy.S,v 1.3 2003/06/11 21:03:10 deraadt Exp $" #endif /* |