summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcat.c
diff options
context:
space:
mode:
authortb <>2017-11-28 06:55:49 +0000
committertb <>2017-11-28 06:55:49 +0000
commit2123407555a8a039a48a3bbe8fa9edbe43401803 (patch)
tree896abe9085168c02455508c6273605b4ac8a6e3c /src/lib/libc/string/strcat.c
parent39d54f53c5193a75023fc870449caf64192e3183 (diff)
downloadopenbsd-2123407555a8a039a48a3bbe8fa9edbe43401803.tar.gz
openbsd-2123407555a8a039a48a3bbe8fa9edbe43401803.tar.bz2
openbsd-2123407555a8a039a48a3bbe8fa9edbe43401803.zip
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
with "warning: " since 2003, so the messages themselves need not contain the prefix anymore. From Scott Cheloha ok jca, deraadt
Diffstat (limited to 'src/lib/libc/string/strcat.c')
-rw-r--r--src/lib/libc/string/strcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcat.c b/src/lib/libc/string/strcat.c
index 646c9c2090..73da22f75d 100644
--- a/src/lib/libc/string/strcat.c
+++ b/src/lib/libc/string/strcat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: strcat.c,v 1.9 2014/06/10 04:17:37 deraadt Exp $ */ 1/* $OpenBSD: strcat.c,v 1.10 2017/11/28 06:55:49 tb Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1988 Regents of the University of California. 4 * Copyright (c) 1988 Regents of the University of California.
@@ -33,7 +33,7 @@
33 33
34#if defined(APIWARN) 34#if defined(APIWARN)
35__warn_references(strcat, 35__warn_references(strcat,
36 "warning: strcat() is almost always misused, please use strlcat()"); 36 "strcat() is almost always misused, please use strlcat()");
37#endif 37#endif
38 38
39char * 39char *