diff options
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/resolv/Symbol.map | 2 | ||||
-rw-r--r-- | lib/libc/resolv/h_errno.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/herror.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/mtctxres.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_comp.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_data.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_debug.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_findzonecut.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_init.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_mkquery.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_mkupdate.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_query.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_send.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_state.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_update.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/resolv/Makefile.inc b/lib/libc/resolv/Makefile.inc index cd023cfc54a27..ce479f1b8c32f 100644 --- a/lib/libc/resolv/Makefile.inc +++ b/lib/libc/resolv/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/resolv/Makefile.inc,v 1.3.14.1 2010/02/10 00:26:20 kensmith Exp $ # resolv sources .PATH: ${.CURDIR}/resolv diff --git a/lib/libc/resolv/Symbol.map b/lib/libc/resolv/Symbol.map index 211f2c4c734b3..a11e4dbdafecb 100644 --- a/lib/libc/resolv/Symbol.map +++ b/lib/libc/resolv/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/Symbol.map,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $ */ FBSD_1.0 { diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 88d15aee7f9cb..1ebe27d2c41ff 100644 --- a/lib/libc/resolv/h_errno.c +++ b/lib/libc/resolv/h_errno.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/h_errno.c,v 1.2.14.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <sys/types.h> diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index cb9dd0e524c69..74feb405759da 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: herror.c,v 1.3.18.1 2005/04/27 05:01:09 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/herror.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/mtctxres.c b/lib/libc/resolv/mtctxres.c index f02a7f50281a2..62c1ffda2d72d 100644 --- a/lib/libc/resolv/mtctxres.c +++ b/lib/libc/resolv/mtctxres.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/mtctxres.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <port_before.h> #ifdef DO_PTHREADS diff --git a/lib/libc/resolv/res_comp.c b/lib/libc/resolv/res_comp.c index 81bce5e0a4cc4..a6e4a4845c215 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -69,7 +69,7 @@ static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_comp.c,v 1.3.18.2 2005/07/28 07:38:11 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_comp.c,v 1.4.2.2.2.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_data.c b/lib/libc/resolv/res_data.c index 5a1a50c8c84c7..903090d20ed84 100644 --- a/lib/libc/resolv/res_data.c +++ b/lib/libc/resolv/res_data.c @@ -19,7 +19,7 @@ static const char rcsid[] = "$Id: res_data.c,v 1.3.18.2 2007/09/14 05:35:47 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_data.c,v 1.4.2.1.8.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index c2707bb6ca9c4..073133dbffae0 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -94,7 +94,7 @@ static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_debug.c,v 1.10.18.6 2008/04/03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_debug.c,v 1.5.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_findzonecut.c b/lib/libc/resolv/res_findzonecut.c index 23c1af4f359c1..0255c824b5759 100644 --- a/lib/libc/resolv/res_findzonecut.c +++ b/lib/libc/resolv/res_findzonecut.c @@ -20,7 +20,7 @@ static const char rcsid[] = "$Id: res_findzonecut.c,v 1.7.18.3 2005/10/11 00:25: */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_findzonecut.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); /* Import. */ diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 661e880f37e40..4bb9a92877181 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -69,7 +69,7 @@ static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static const char rcsid[] = "$Id: res_init.c,v 1.16.18.7 2007/07/09 01:52:58 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_init.c,v 1.6.2.1.8.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 7bd9cda557070..cebeae8448008 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -69,7 +69,7 @@ static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_mkquery.c,v 1.5.18.2 2008/04/03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_mkquery.c,v 1.4.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_mkupdate.c b/lib/libc/resolv/res_mkupdate.c index 589c056035fed..d4305cbbd2e03 100644 --- a/lib/libc/resolv/res_mkupdate.c +++ b/lib/libc/resolv/res_mkupdate.c @@ -25,7 +25,7 @@ static const char rcsid[] = "$Id: res_mkupdate.c,v 1.4.18.4 2005/10/14 05:44:12 marka Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_mkupdate.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index 746a2be76b18a..551cc5b3172d5 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -69,7 +69,7 @@ static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_query.c,v 1.7.18.2 2008/04/03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_query.c,v 1.5.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_send.c b/lib/libc/resolv/res_send.c index d4f0c3347dfce..46f6c957e9fcf 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -69,7 +69,7 @@ static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_send.c,v 1.9.18.10 2008/01/27 02:06:26 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_send.c,v 1.8.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); /*! \file * \brief diff --git a/lib/libc/resolv/res_state.c b/lib/libc/resolv/res_state.c index 59c943060757c..fa58ffedabae3 100644 --- a/lib/libc/resolv/res_state.c +++ b/lib/libc/resolv/res_state.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/res_state.c,v 1.3.14.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <sys/types.h> diff --git a/lib/libc/resolv/res_update.c b/lib/libc/resolv/res_update.c index a05e26d1f57e9..1c36567eeceec 100644 --- a/lib/libc/resolv/res_update.c +++ b/lib/libc/resolv/res_update.c @@ -26,7 +26,7 @@ static const char rcsid[] = "$Id: res_update.c,v 1.12.18.1 2005/04/27 05:01:12 s */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_update.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "port_before.h" |