diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 07:23:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 07:23:42 +0000 |
commit | 9bd24be8e0a2e9abc43eaa237cf2e27c5464e716 (patch) | |
tree | 89366a36a6a5c8923d0a6e790b85676f8e585a52 /sys/lib/libkern/strncpy.c | |
parent | 69611256b74018387f3e3355f9e7f5b670087451 (diff) |
sync from libc
Diffstat (limited to 'sys/lib/libkern/strncpy.c')
-rw-r--r-- | sys/lib/libkern/strncpy.c | 5 |
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) |