summaryrefslogtreecommitdiff
path: root/lib/libc/regex/regfree.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-05 13:03:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-05 13:03:01 +0000
commit2e5736fc1eefdce6a145d0e39c35d79d64b1f7ef (patch)
tree4986147bffe639f512ae967932ef4eca48608392 /lib/libc/regex/regfree.c
parent34ed8663d9c18d84be7e1207223eb7f60942a587 (diff)
zap rcsid
Diffstat (limited to 'lib/libc/regex/regfree.c')
-rw-r--r--lib/libc/regex/regfree.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c
index db8a38d97f0..a57eba3c1f0 100644
--- a/lib/libc/regex/regfree.c
+++ b/lib/libc/regex/regfree.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: regfree.c,v 1.7 2005/08/05 13:03:00 espie Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
@@ -33,14 +34,6 @@
* @(#)regfree.c 8.3 (Berkeley) 3/20/94
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
-#else
-static char rcsid[] = "$OpenBSD: regfree.c,v 1.6 2004/11/30 17:04:23 otto Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>