diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /lib/bind/dns | |
parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff) |
Diffstat (limited to 'lib/bind/dns')
-rw-r--r-- | lib/bind/dns/Makefile | 2 | ||||
-rw-r--r-- | lib/bind/dns/code.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumclass.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/enumtype.h | 2 | ||||
-rw-r--r-- | lib/bind/dns/dns/rdatastruct.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/bind/dns/Makefile b/lib/bind/dns/Makefile index 463dba7fc0b21..79feecc4b3f65 100644 --- a/lib/bind/dns/Makefile +++ b/lib/bind/dns/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/bind/dns/Makefile,v 1.5.2.1 2005/11/16 07:59:49 ru Exp $ BIND_DIR= ${.CURDIR}/../../../contrib/bind9 LIB_BIND_REL= .. diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h index 7cf495eadba76..5e19a014e1a4d 100644 --- a/lib/bind/dns/code.h +++ b/lib/bind/dns/code.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/code.h,v 1.2 2005/03/17 08:39:12 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h index f3490a471184c..924d5b8f539bf 100644 --- a/lib/bind/dns/dns/enumclass.h +++ b/lib/bind/dns/dns/enumclass.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/enumclass.h,v 1.2 2005/03/17 08:39:12 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h index 8692368d5e61d..9eb92ff7c3f13 100644 --- a/lib/bind/dns/dns/enumtype.h +++ b/lib/bind/dns/dns/enumtype.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/enumtype.h,v 1.2 2005/03/17 08:39:12 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h index ce30e49f59d7b..39ea114adf345 100644 --- a/lib/bind/dns/dns/rdatastruct.h +++ b/lib/bind/dns/dns/rdatastruct.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/bind/dns/dns/rdatastruct.h,v 1.2 2005/03/17 08:39:12 dougb Exp $ */ /* * Copyright (C) 2004-2005 Internet Systems Consortium, Inc. ("ISC") |