diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /lib/libcompat/regexp | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (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..02f9d8894c1f 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.10.1.6.1 2010/12/21 17:09:25 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..bb53939ebbb3 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <limits.h> #include <regexp.h> diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index 4ab921cf6f20..b1e84a00b856 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <regexp.h> #include <stdio.h> |
