summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
commit5864b79cd2852339f3025ee81769233071d60934 (patch)
treeb468e5ee2b4272d5130141a79d342729b5f7e14e /lib/libc/string/strlcpy.c
parentac8f990bdebc788c11f8449ca0fd90b65c3b9048 (diff)
Notes
Diffstat (limited to 'lib/libc/string/strlcpy.c')
-rw-r--r--lib/libc/string/strlcpy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c
index 300a28bc3911..fde5ff5182df 100644
--- a/lib/libc/string/strlcpy.c
+++ b/lib/libc/string/strlcpy.c
@@ -28,8 +28,14 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
+#if 0
static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $";
+#endif
#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
#include <sys/types.h>
#include <string.h>