aboutsummaryrefslogtreecommitdiff
path: root/lib/libexpat
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libexpat
parentba209d619d07461cc752dcdd596ab0d9b50e847a (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/libexpat')
-rw-r--r--lib/libexpat/Makefile2
-rw-r--r--lib/libexpat/expat_config.h2
-rw-r--r--lib/libexpat/libbsdxml.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index 41142ecddd7d..4d490d952f19 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libexpat/Makefile,v 1.6 2007/05/21 02:49:04 deischen Exp $
EXPAT= ${.CURDIR}/../../contrib/expat
diff --git a/lib/libexpat/expat_config.h b/lib/libexpat/expat_config.h
index 980812954a82..589ca2ee400d 100644
--- a/lib/libexpat/expat_config.h
+++ b/lib/libexpat/expat_config.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/libexpat/expat_config.h,v 1.2 2007/04/24 06:29:27 phk Exp $ */
#include <machine/endian.h>
diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3
index 2d5fc3e5e82e..f18c7eac9bc1 100644
--- a/lib/libexpat/libbsdxml.3
+++ b/lib/libexpat/libbsdxml.3
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libexpat/libbsdxml.3,v 1.3 2002/12/27 12:15:30 schweikh Exp $
.\"/
.Dd October 4, 2002
.Dt LIBBSDXML 3