summaryrefslogtreecommitdiff
path: root/main/editline/np/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/editline/np/strlcpy.c')
-rw-r--r--main/editline/np/strlcpy.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/editline/np/strlcpy.c b/main/editline/np/strlcpy.c
index 1f154bcf2..ecad62b49 100644
--- a/main/editline/np/strlcpy.c
+++ b/main/editline/np/strlcpy.c
@@ -28,16 +28,6 @@
*/
#include "config.h"
-#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: src/lib/libc/string/strlcpy.c,v 1.2.4.1 2001/07/09 23:30:06 obrien Exp $";
-#endif
-
#include <sys/types.h>
#include <string.h>