diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
| commit | 1c0442969cd576514acfce932c0a0798593c7af7 (patch) | |
| tree | 430cd197d61e20d51161de05e99c28dc8c06ae42 /lib/libc/regex/grot | |
| parent | 196dcb487d15e63d76c2cdd9ad58a847849c6e9e (diff) | |
Diffstat (limited to 'lib/libc/regex/grot')
| -rw-r--r-- | lib/libc/regex/grot/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/debug.c | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/limits.h | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/main.c | 2 | ||||
| -rwxr-xr-x | lib/libc/regex/grot/mkh | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/split.c | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/stdlib.h | 2 | ||||
| -rw-r--r-- | lib/libc/regex/grot/tests | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile index b7eefb956662..6de08aa3344f 100644 --- a/lib/libc/regex/grot/Makefile +++ b/lib/libc/regex/grot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/regex/grot/Makefile,v 1.2 2000/07/10 06:10:47 green Exp $ # You probably want to take -DREDEBUG out of CFLAGS, and put something like # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of # internal assertion checking). Take -Dconst= out for an ANSI compiler. diff --git a/lib/libc/regex/grot/debug.c b/lib/libc/regex/grot/debug.c index 02a17e4dc0b7..0414fb2ea486 100644 --- a/lib/libc/regex/grot/debug.c +++ b/lib/libc/regex/grot/debug.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/regex/grot/debug.c,v 1.3 2002/03/22 21:52:48 obrien Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/grot/limits.h b/lib/libc/regex/grot/limits.h index 7f4988c68738..e3d29180542d 100644 --- a/lib/libc/regex/grot/limits.h +++ b/lib/libc/regex/grot/limits.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/lib/libc/regex/grot/limits.h,v 1.2 2002/03/22 23:41:57 obrien Exp $ */ #define _POSIX2_RE_DUP_MAX 255 diff --git a/lib/libc/regex/grot/main.c b/lib/libc/regex/grot/main.c index 6b2bf386eed4..b43c0eb4f595 100644 --- a/lib/libc/regex/grot/main.c +++ b/lib/libc/regex/grot/main.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/regex/grot/main.c,v 1.3 2002/03/22 21:52:48 obrien Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/grot/mkh b/lib/libc/regex/grot/mkh index 1deba7983d5c..72bf2215d05c 100755 --- a/lib/libc/regex/grot/mkh +++ b/lib/libc/regex/grot/mkh @@ -1,6 +1,6 @@ #! /bin/sh # mkh - pull headers out of C source -# $FreeBSD$ +# $FreeBSD: src/lib/libc/regex/grot/mkh,v 1.3 2002/03/22 19:45:43 obrien Exp $ PATH=/bin:/usr/bin ; export PATH # egrep pattern to pick out marked lines diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index 70e0ec5fca90..fbc8b012b999 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/regex/grot/split.c,v 1.3 2002/03/22 21:52:48 obrien Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/grot/stdlib.h b/lib/libc/regex/grot/stdlib.h index ae859ac7fb23..32cffa9e0d5e 100644 --- a/lib/libc/regex/grot/stdlib.h +++ b/lib/libc/regex/grot/stdlib.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/lib/libc/regex/grot/stdlib.h,v 1.2 2002/03/22 23:41:57 obrien Exp $ */ extern char *malloc(); diff --git a/lib/libc/regex/grot/tests b/lib/libc/regex/grot/tests index 07e9dfb8539d..7b7922b64078 100644 --- a/lib/libc/regex/grot/tests +++ b/lib/libc/regex/grot/tests @@ -1,5 +1,5 @@ # regular expression test set -# $FreeBSD$ +# $FreeBSD: src/lib/libc/regex/grot/tests,v 1.2 2000/07/09 18:14:39 dcs Exp $ # Lines are at least three fields, separated by one or more tabs. "" stands # for an empty field. First field is an RE. Second field is flags. If # C flag given, regcomp() is expected to fail, and the third field is the |
