diff options
Diffstat (limited to 'src/lib/libc/string/strcpy.c')
-rw-r--r-- | src/lib/libc/string/strcpy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcpy.c b/src/lib/libc/string/strcpy.c index 5a9001e431..290eefeabf 100644 --- a/src/lib/libc/string/strcpy.c +++ b/src/lib/libc/string/strcpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcpy.c,v 1.9 2014/06/10 04:17:37 deraadt Exp $ */ | 1 | /* $OpenBSD: strcpy.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(strcpy, | 35 | __warn_references(strcpy, |
36 | "warning: strcpy() is almost always misused, please use strlcpy()"); | 36 | "strcpy() is almost always misused, please use strlcpy()"); |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | char * | 39 | char * |