summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k/string/strcpy.S
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-11 21:05:09 +0000
committerderaadt <deraadt@openbsd.org>2003-06-11 21:05:09 +0000
commit1929d8d4f7801e9491a7ef9d8cfd2983cea84a30 (patch)
tree2e7359e8cd77105d719b568184accf3965fface0 /lib/libc/arch/m68k/string/strcpy.S
parentansification; checked by pval (diff)
downloadwireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.tar.xz
wireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.zip
oops
Diffstat (limited to 'lib/libc/arch/m68k/string/strcpy.S')
-rw-r--r--lib/libc/arch/m68k/string/strcpy.S7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/arch/m68k/string/strcpy.S b/lib/libc/arch/m68k/string/strcpy.S
index a4962db432d..7c175322fc3 100644
--- a/lib/libc/arch/m68k/string/strcpy.S
+++ b/lib/libc/arch/m68k/string/strcpy.S
@@ -33,14 +33,9 @@
#include "DEFS.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.5 2003/06/11 21:03:10 deraadt Exp $"
+ .asciz "$OpenBSD: strcpy.S,v 1.6 2003/06/11 21:06:33 deraadt Exp $"
#endif /* LIBC_SCCS */
ENTRY(strcpy)