summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strncpy.c')
-rw-r--r--src/lib/libc/string/strncpy.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/strncpy.c b/src/lib/libc/string/strncpy.c
index d73008c6db..4426cbe2e3 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.5 2004/11/28 07:16:54 mickey Exp $ */ 1/* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie 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.
@@ -32,10 +32,6 @@
32 * SUCH DAMAGE. 32 * SUCH DAMAGE.
33 */ 33 */
34 34
35#if defined(LIBC_SCCS) && !defined(lint)
36static char *rcsid = "$OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $";
37#endif /* LIBC_SCCS and not lint */
38
39#if !defined(_KERNEL) && !defined(_STANDALONE) 35#if !defined(_KERNEL) && !defined(_STANDALONE)
40#include <string.h> 36#include <string.h>
41#else 37#else