summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/strncpy.c')
-rw-r--r--sys/lib/libkern/strncpy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/lib/libkern/strncpy.c b/sys/lib/libkern/strncpy.c
index 97e778ef067..906bf99e19b 100644
--- a/sys/lib/libkern/strncpy.c
+++ b/sys/lib/libkern/strncpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strncpy.c,v 1.6 2004/08/07 00:38:33 deraadt Exp $ */
+/* $OpenBSD: strncpy.c,v 1.7 2004/11/28 07:23:41 mickey Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -33,8 +33,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strncpy.c 5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$OpenBSD: strncpy.c,v 1.6 2004/08/07 00:38:33 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strncpy.c,v 1.7 2004/11/28 07:23:41 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)