diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-11 21:07:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-11 21:07:04 +0000 |
commit | 21ac64d7aa40363658ebcaef7506daa87f941f2c (patch) | |
tree | e491ebc9261e997684a855b262a1ab3efacf08ed /lib/libc/arch/i386/string | |
parent | 3b2c28081a36d98d9659901db54aee6c25c941d8 (diff) |
oops
Diffstat (limited to 'lib/libc/arch/i386/string')
-rw-r--r-- | lib/libc/arch/i386/string/strcat.S | 7 | ||||
-rw-r--r-- | lib/libc/arch/i386/string/strcpy.S | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/lib/libc/arch/i386/string/strcat.S b/lib/libc/arch/i386/string/strcat.S index 37f766a7231..fbb4dcec147 100644 --- a/lib/libc/arch/i386/string/strcat.S +++ b/lib/libc/arch/i386/string/strcat.S @@ -5,14 +5,9 @@ #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.3 2003/06/11 21:03:10 deraadt Exp $" + .asciz "$OpenBSD: strcat.S,v 1.4 2003/06/11 21:07:03 deraadt Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/strcpy.S b/lib/libc/arch/i386/string/strcpy.S index 86632c42e1c..5e819556ad4 100644 --- a/lib/libc/arch/i386/string/strcpy.S +++ b/lib/libc/arch/i386/string/strcpy.S @@ -5,14 +5,9 @@ #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.3 2003/06/11 21:03:10 deraadt Exp $" + .asciz "$OpenBSD: strcpy.S,v 1.4 2003/06/11 21:07:03 deraadt Exp $" #endif /* |