summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcscat.c')
-rw-r--r--lib/libc/string/wcscat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c
index 80de3f0d5ec..a4841a975af 100644
--- a/lib/libc/string/wcscat.c
+++ b/lib/libc/string/wcscat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */
+/* $OpenBSD: wcscat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/* $NetBSD: wcscat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */
/*-
@@ -29,10 +29,6 @@
* citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <wchar.h>
#if defined(APIWARN)