diff options
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/Makefile.inc | 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_debug.h | 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_private.h | 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 |
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/resolv/Makefile.inc b/lib/libc/resolv/Makefile.inc index 8e4366c751cdf..5b0357f1c3273 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.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ # resolv sources .PATH: ${.CURDIR}/resolv diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 4d471b49cbc4d..3e42b3a5538ea 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.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index be4b43ec1d9cf..3c06aee19c248 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -53,7 +53,7 @@ static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: herror.c,v 1.2.206.1 2004/03/09 08:33:54 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/herror.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/mtctxres.c b/lib/libc/resolv/mtctxres.c index f02a7f50281a2..2c3444d2728d9 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.2.2.2.4.1 2008/10/02 02:57:24 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 cdae1282f66a2..9dd7813cb8b10 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -73,7 +73,7 @@ static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_comp.c,v 1.1.2.1.4.2 2005/07/28 07:43:22 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.2.2.2.2.1 2008/10/02 02:57:24 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 a3a0a66f95fe5..4b66a89769383 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.1.206.2 2004/03/16 12:34:18 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.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index 29c6ef42f8cee..7d35b2745190f 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -98,7 +98,7 @@ static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_debug.c,v 1.3.2.5.4.6 2005/07/28 07:43:22 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.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_debug.h b/lib/libc/resolv/res_debug.h index 921f11bb10417..4cb31305ca8ae 100644 --- a/lib/libc/resolv/res_debug.h +++ b/lib/libc/resolv/res_debug.h @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/res_debug.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _RES_DEBUG_H_ diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 2d2ae1e65c829..52ecc11fd4d0e 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -73,7 +73,7 @@ static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static const char rcsid[] = "$Id: res_init.c,v 1.9.2.5.4.6 2006/08/30 23:23:01 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.2.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 60f1efc19e3fb..e4b55f436019e 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -73,7 +73,7 @@ static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_mkquery.c,v 1.1.2.2.4.2 2004/03/16 12:34:18 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.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_private.h b/lib/libc/resolv/res_private.h index fc5faaab43f72..e5f3bb7c211b8 100644 --- a/lib/libc/resolv/res_private.h +++ b/lib/libc/resolv/res_private.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/resolv/res_private.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef res_private_h #define res_private_h diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index e715b853a5983..098d4e33bfd52 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -73,7 +73,7 @@ static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_query.c,v 1.2.2.3.4.2 2004/03/16 12:34:19 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.3.2.1.6.1 2008/10/02 02:57:24 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 c817543ab8b20..23b3869d4dd04 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -73,7 +73,7 @@ static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_send.c,v 1.5.2.2.4.9 2006/10/16 23:00:50 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.2.2.5.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Send query to name server and wait for reply. diff --git a/lib/libc/resolv/res_state.c b/lib/libc/resolv/res_state.c index b2742ce42d3f8..464c5af85e76a 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.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> |