summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcat.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
committerespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
commitc2c925dec2134a12f472359f2a189e9a312dd721 (patch)
tree474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/string/strcat.c
parentsync (diff)
downloadwireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz
wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'lib/libc/string/strcat.c')
-rw-r--r--lib/libc/string/strcat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c
index 4f9734ab9e3..7cea5229fb6 100644
--- a/lib/libc/string/strcat.c
+++ b/lib/libc/string/strcat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */
+/* $OpenBSD: strcat.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else