diff options
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regerror.c | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.c | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regsub.c | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index 92bb8996643..86dd12fa6f5 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,8 +1,4 @@ -/* $OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $ */ -#ifndef lint -static char *rcsid = "$OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $"; -#endif /* not lint */ - +/* $OpenBSD: regerror.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ #include <err.h> #include <regexp.h> #include <stdio.h> diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index dee45ed3efd..23f5b29ef45 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $ */ +/* $OpenBSD: regexp.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * regcomp and regexec -- regsub and regerror are elsewhere @@ -35,10 +35,6 @@ * regular-expression syntax might require a total rethink. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <ctype.h> diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index ab457a2c17b..1454a3ae503 100644 --- a/lib/libcompat/regexp/regsub.c +++ b/lib/libcompat/regexp/regsub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $ */ +/* $OpenBSD: regsub.c,v 1.4 2009/10/27 23:59:28 deraadt Exp $ */ /* * regsub @@ -21,10 +21,6 @@ * be misrepresented as being the original software. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <string.h> |