diff options
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 51d395fb362b..84506af10452 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libmp/Makefile,v 1.9.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ LIB= mp SHLIB_MAJOR= 5 diff --git a/lib/libmp/libmp.3 b/lib/libmp/libmp.3 index 9be21d7b0de4..b3148154b72b 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.5.26.1 2008/10/02 02:57:24 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 4c2c94d05fc8..62c520f08e0e 100644 --- a/lib/libmp/mp.h +++ b/lib/libmp/mp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libmp/mp.h,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _MP_H_ #define _MP_H_ diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index 726e2f179dc6..c82f874fd816 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.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> |
