summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regerror.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-05 13:02:59 +0000
committerespie <espie@openbsd.org>2005-08-05 13:02:59 +0000
commit53b37aa960c5e4c03a5a2e490de17e3dee91b98f (patch)
treeb6b732a4bac59423102ec7a330f2ce864090ab8f /lib/libc/regex/regerror.c
parent- remove rcsid (diff)
downloadwireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.tar.xz
wireguard-openbsd-53b37aa960c5e4c03a5a2e490de17e3dee91b98f.zip
zap rcsid
Diffstat (limited to 'lib/libc/regex/regerror.c')
-rw-r--r--lib/libc/regex/regerror.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c
index 5f7e2b67446..e75be186a26 100644
--- a/lib/libc/regex/regerror.c
+++ b/lib/libc/regex/regerror.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: regerror.c,v 1.13 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
@@ -33,14 +34,6 @@
* @(#)regerror.c 8.4 (Berkeley) 3/20/94
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
-#else
-static char rcsid[] = "$OpenBSD: regerror.c,v 1.12 2004/11/30 17:04:23 otto Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <stdio.h>
#include <string.h>