summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k/string/strcat.S
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-11 21:03:09 +0000
committerderaadt <deraadt@openbsd.org>2003-06-11 21:03:09 +0000
commitf723aa391085d188652b94aedd37f0dd94193fba (patch)
treee126833f2d9fa0dab58a426c7c390de874c0b447 /lib/libc/arch/m68k/string/strcat.S
parentsupport for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@ (diff)
downloadwireguard-openbsd-f723aa391085d188652b94aedd37f0dd94193fba.tar.xz
wireguard-openbsd-f723aa391085d188652b94aedd37f0dd94193fba.zip
ansification; checked by pval
Diffstat (limited to 'lib/libc/arch/m68k/string/strcat.S')
-rw-r--r--lib/libc/arch/m68k/string/strcat.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/arch/m68k/string/strcat.S b/lib/libc/arch/m68k/string/strcat.S
index 9fa4cabf142..e988ccf79cc 100644
--- a/lib/libc/arch/m68k/string/strcat.S
+++ b/lib/libc/arch/m68k/string/strcat.S
@@ -33,9 +33,14 @@
#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.3 2003/06/02 20:18:31 millert Exp $"
+ .asciz "$OpenBSD: strcat.S,v 1.4 2003/06/11 21:03:10 deraadt Exp $"
#endif /* LIBC_SCCS */
ENTRY(strcat)