diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /lib/libcompat/regexp | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.c | 2 | ||||
-rw-r--r-- | lib/libcompat/regexp/regsub.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index 14b3125a572d..346d1267fd27 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)regexp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libcompat/regexp/regexp.3,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt REGEXP 3 diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index 8276ffcf6866..5dd77db5b461 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libcompat/regexp/regexp.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <regexp.h> diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index 4ab921cf6f20..803d3756f491 100644 --- a/lib/libcompat/regexp/regsub.c +++ b/lib/libcompat/regexp/regsub.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libcompat/regexp/regsub.c,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <regexp.h> #include <stdio.h> |