diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libmp | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
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 2aed4e94a1f3..61e8eaa3b92c 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libmp/Makefile,v 1.12 2007/05/21 02:49:05 deischen Exp $ LIB= mp SHLIB_MAJOR= 6 diff --git a/lib/libmp/libmp.3 b/lib/libmp/libmp.3 index 9be21d7b0de4..99352b735ded 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 2003/08/30 05:35:46 seanc 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..dbe5023484aa 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 2003/01/28 23:03:15 markm Exp $ */ #ifndef _MP_H_ #define _MP_H_ diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index 797960def73d..0d2d82f795f5 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.5 2006/07/30 19:29:26 simon Exp $"); #include <ctype.h> #include <err.h> |
