diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
| commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
| tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /lib/libmp | |
| parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) | |
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 2 | ||||
| -rw-r--r-- | lib/libmp/Symbol.map | 2 | ||||
| -rw-r--r-- | lib/libmp/libmp.3 | 2 | ||||
| -rw-r--r-- | lib/libmp/mp.h | 2 | ||||
| -rw-r--r-- | lib/libmp/mpasbn.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 6c51c5787f09..b3f45eda16b3 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libmp/Makefile,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ LIB= mp SHLIB_MAJOR= 7 diff --git a/lib/libmp/Symbol.map b/lib/libmp/Symbol.map index 0bd8684bfa9e..b49ab6ea899e 100644 --- a/lib/libmp/Symbol.map +++ b/lib/libmp/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libmp/Symbol.map,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ FBSD_1.1 { diff --git a/lib/libmp/libmp.3 b/lib/libmp/libmp.3 index b826aa833fed..605208e0d4b3 100644 --- a/lib/libmp/libmp.3 +++ b/lib/libmp/libmp.3 @@ -28,7 +28,7 @@ .\" manual page, but it does document what appears to be the "traditional" .\" libmp interface. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libmp/libmp.3,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .\" See above for rationale for this date. .Dd September 7, 1989 diff --git a/lib/libmp/mp.h b/lib/libmp/mp.h index 78f09fd4a129..656f29ebe69a 100644 --- a/lib/libmp/mp.h +++ b/lib/libmp/mp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libmp/mp.h,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MP_H_ #define _MP_H_ diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index bc5556dfb080..171c6b03a237 100644 --- a/lib/libmp/mpasbn.c +++ b/lib/libmp/mpasbn.c @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libmp/mpasbn.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> |
