diff options
Diffstat (limited to 'src/lib/libc/string/strncpy.c')
-rw-r--r-- | src/lib/libc/string/strncpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/strncpy.c b/src/lib/libc/string/strncpy.c index 5003a199a9..d6d8647fc7 100644 --- a/src/lib/libc/string/strncpy.c +++ b/src/lib/libc/string/strncpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strncpy.c,v 1.7 2014/06/10 04:17:37 deraadt Exp $ */ | 1 | /* $OpenBSD: strncpy.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990 The Regents of the University of California. | 4 | * Copyright (c) 1990 The Regents of the University of California. |
@@ -56,3 +56,4 @@ strncpy(char *dst, const char *src, size_t n) | |||
56 | } | 56 | } |
57 | return (dst); | 57 | return (dst); |
58 | } | 58 | } |
59 | DEF_STRONG(strncpy); | ||