From 53b37aa960c5e4c03a5a2e490de17e3dee91b98f Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 5 Aug 2005 13:02:59 +0000 Subject: zap rcsid --- lib/libc/regex/regexec.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/libc/regex/regexec.c') diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index c644b4ff41b..7b3bfc7a0b1 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: regexec.c,v 1.11 2005/08/05 13:03:00 espie Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -33,14 +34,6 @@ * @(#)regexec.c 8.3 (Berkeley) 3/20/94 */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$OpenBSD: regexec.c,v 1.10 2004/11/30 17:04:23 otto Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * the outer shell of regexec() * -- cgit v1.2.3-59-g8ed1b