diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /gnu/lib/libregex | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/doc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/regex.c | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/test/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/test/Makefile.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 54bd957a2b52..e8c98910b716 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/Makefile,v 1.24 2002/09/28 00:25:27 peter Exp $ SUBDIR+= doc diff --git a/gnu/lib/libregex/doc/Makefile b/gnu/lib/libregex/doc/Makefile index b812f4445df7..e4c4959330ea 100644 --- a/gnu/lib/libregex/doc/Makefile +++ b/gnu/lib/libregex/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/doc/Makefile,v 1.5 2001/11/01 07:11:10 obrien Exp $ INFO = regex INFOSECTION= "Programming & development tools." diff --git a/gnu/lib/libregex/regex.c b/gnu/lib/libregex/regex.c index fe523735746d..a4f10d60ca26 100644 --- a/gnu/lib/libregex/regex.c +++ b/gnu/lib/libregex/regex.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/lib/libregex/regex.c,v 1.10 2003/08/03 04:36:09 ache Exp $ */ /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (REGEX_MALLOC) diff --git a/gnu/lib/libregex/test/Makefile b/gnu/lib/libregex/test/Makefile index 218d2a1da2a1..1e55e62af19a 100644 --- a/gnu/lib/libregex/test/Makefile +++ b/gnu/lib/libregex/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/test/Makefile,v 1.6 1999/08/27 23:32:58 peter Exp $ # Generated automatically from Makefile.in by configure. # Makefile for regex testing. diff --git a/gnu/lib/libregex/test/Makefile.in b/gnu/lib/libregex/test/Makefile.in index 80ec09cfed36..3740e267d6d8 100644 --- a/gnu/lib/libregex/test/Makefile.in +++ b/gnu/lib/libregex/test/Makefile.in @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/test/Makefile.in,v 1.6 1999/08/27 23:32:58 peter Exp $ # Makefile for regex testing. # |
