diff options
| author | perry <perry@NetBSD.org> | 1998-01-06 05:01:16 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-01-06 05:01:16 +0000 |
| commit | 198f98faf00a19ead92ffe6921b4fd367b178142 (patch) | |
| tree | a71be7f16c697ccad63c77fccd723bde47de850e /lib/libc | |
| parent | 8a98e23a4850e0c4f7c4fb8d8c586ba779c86c3a (diff) | |
$Id: -> Id: (to make hunting down other bad Ids easier).
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/gethnamaddr.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/getnetbyaddr.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/getnetbyname.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/getnetent.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/getnetnamadr.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/herror.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/inet_net_ntop.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/inet_net_pton.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/inet_neta.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/inet_ntop.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/inet_pton.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/nsap_addr.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_comp.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_data.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_debug.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_init.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_mkquery.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_query.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/res_send.c | 6 | ||||
| -rw-r--r-- | lib/libc/net/sethostent.c | 6 |
20 files changed, 60 insertions, 60 deletions
diff --git a/lib/libc/net/gethnamaddr.c b/lib/libc/net/gethnamaddr.c index 5fdb948580b..724b1602f86 100644 --- a/lib/libc/net/gethnamaddr.c +++ b/lib/libc/net/gethnamaddr.c @@ -1,4 +1,4 @@ -/* $NetBSD: gethnamaddr.c,v 1.3 1997/07/31 20:55:21 thorpej Exp $ */ +/* $NetBSD: gethnamaddr.c,v 1.4 1998/01/06 05:01:16 perry Exp $ */ /* * ++Copyright++ 1985, 1988, 1993 @@ -59,9 +59,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: gethnamaddr.c,v 8.21 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: gethnamaddr.c,v 8.21 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: gethnamaddr.c,v 1.3 1997/07/31 20:55:21 thorpej Exp $"); +__RCSID("$NetBSD: gethnamaddr.c,v 1.4 1998/01/06 05:01:16 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/getnetbyaddr.c b/lib/libc/net/getnetbyaddr.c index c7951419136..4fea84b50bf 100644 --- a/lib/libc/net/getnetbyaddr.c +++ b/lib/libc/net/getnetbyaddr.c @@ -1,4 +1,4 @@ -/* $NetBSD: getnetbyaddr.c,v 1.10 1997/07/31 23:40:49 thorpej Exp $ */ +/* $NetBSD: getnetbyaddr.c,v 1.11 1998/01/06 05:01:17 perry Exp $ */ /* * Copyright (c) 1983, 1993 @@ -37,10 +37,10 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid_[] = "from getnetbyaddr.c 1.1 (Coimbra) 93/06/02"; -static char rcsid[] = "$Id: getnetbyaddr.c,v 8.2 1996/05/09 05:59:13 vixie Exp "; +static char rcsid[] = "Id: getnetbyaddr.c,v 8.2 1996/05/09 05:59:13 vixie Exp "; static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: getnetbyaddr.c,v 1.10 1997/07/31 23:40:49 thorpej Exp $"); +__RCSID("$NetBSD: getnetbyaddr.c,v 1.11 1998/01/06 05:01:17 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/getnetbyname.c b/lib/libc/net/getnetbyname.c index 3e8223ca810..0788f15d543 100644 --- a/lib/libc/net/getnetbyname.c +++ b/lib/libc/net/getnetbyname.c @@ -1,4 +1,4 @@ -/* $NetBSD: getnetbyname.c,v 1.9 1997/07/31 23:40:52 thorpej Exp $ */ +/* $NetBSD: getnetbyname.c,v 1.10 1998/01/06 05:01:18 perry Exp $ */ /* * Copyright (c) 1983, 1993 @@ -37,10 +37,10 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid_[] = "from getnetbyname.c 1.1 (Coimbra) 93/06/02"; -static char rcsid[] = "$Id: getnetbyname.c,v 8.2 1995/06/19 08:35:01 vixie Exp "; +static char rcsid[] = "Id: getnetbyname.c,v 8.2 1995/06/19 08:35:01 vixie Exp "; static char sccsid[] = "@(#)getnetbyname.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: getnetbyname.c,v 1.9 1997/07/31 23:40:52 thorpej Exp $"); +__RCSID("$NetBSD: getnetbyname.c,v 1.10 1998/01/06 05:01:18 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/getnetent.c b/lib/libc/net/getnetent.c index fd91266b68a..ee8604775a5 100644 --- a/lib/libc/net/getnetent.c +++ b/lib/libc/net/getnetent.c @@ -1,4 +1,4 @@ -/* $NetBSD: getnetent.c,v 1.11 1997/07/21 14:07:56 jtc Exp $ */ +/* $NetBSD: getnetent.c,v 1.12 1998/01/06 05:01:18 perry Exp $ */ /* * Copyright (c) 1983, 1993 @@ -46,9 +46,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: getnetent.c,v 1.11 1997/07/21 14:07:56 jtc Exp $"); +__RCSID("$NetBSD: getnetent.c,v 1.12 1998/01/06 05:01:18 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index fed5bd48c20..9b3c91e0c17 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -1,4 +1,4 @@ -/* $NetBSD: getnetnamadr.c,v 1.4 1997/08/19 05:02:49 mikel Exp $ */ +/* $NetBSD: getnetnamadr.c,v 1.5 1998/01/06 05:01:19 perry Exp $ */ /* Copyright (c) 1993 Carlos Leandro and Rui Salgueiro * Dep. Matematica Universidade de Coimbra, Portugal, Europe @@ -45,9 +45,9 @@ #if 0 static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03"; -static char rcsid[] = "$Id: getnetnamadr.c,v 8.8 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: getnetnamadr.c,v 8.8 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: getnetnamadr.c,v 1.4 1997/08/19 05:02:49 mikel Exp $"); +__RCSID("$NetBSD: getnetnamadr.c,v 1.5 1998/01/06 05:01:19 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index 6e6e48c80c5..7792227e463 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -1,4 +1,4 @@ -/* $NetBSD: herror.c,v 1.9 1997/07/20 13:33:23 mrg Exp $ */ +/* $NetBSD: herror.c,v 1.10 1998/01/06 05:01:20 perry Exp $ */ /*- * Copyright (c) 1987, 1993 @@ -56,10 +56,10 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char rcsid[] = "$Id: herror.c,v 8.3 1996/08/05 08:31:35 vixie Exp "; +static char rcsid[] = "Id: herror.c,v 8.3 1996/08/05 08:31:35 vixie Exp "; static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: herror.c,v 1.9 1997/07/20 13:33:23 mrg Exp $"); +__RCSID("$NetBSD: herror.c,v 1.10 1998/01/06 05:01:20 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/inet_net_ntop.c b/lib/libc/net/inet_net_ntop.c index 212d6d08283..95a4713944a 100644 --- a/lib/libc/net/inet_net_ntop.c +++ b/lib/libc/net/inet_net_ntop.c @@ -1,4 +1,4 @@ -/* $NetBSD: inet_net_ntop.c,v 1.6 1997/07/21 14:08:03 jtc Exp $ */ +/* $NetBSD: inet_net_ntop.c,v 1.7 1998/01/06 05:01:20 perry Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -20,9 +20,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static const char rcsid[] = "$Id: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp "; +static const char rcsid[] = "Id: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp "; #else -__RCSID("$NetBSD: inet_net_ntop.c,v 1.6 1997/07/21 14:08:03 jtc Exp $"); +__RCSID("$NetBSD: inet_net_ntop.c,v 1.7 1998/01/06 05:01:20 perry Exp $"); #endif #endif diff --git a/lib/libc/net/inet_net_pton.c b/lib/libc/net/inet_net_pton.c index c01b1d6acdb..24919de0c3c 100644 --- a/lib/libc/net/inet_net_pton.c +++ b/lib/libc/net/inet_net_pton.c @@ -1,4 +1,4 @@ -/* $NetBSD: inet_net_pton.c,v 1.6 1997/07/21 14:08:04 jtc Exp $ */ +/* $NetBSD: inet_net_pton.c,v 1.7 1998/01/06 05:01:21 perry Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -20,9 +20,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static const char rcsid[] = "$Id: inet_net_pton.c,v 8.3 1996/11/11 06:36:52 vixie Exp "; +static const char rcsid[] = "Id: inet_net_pton.c,v 8.3 1996/11/11 06:36:52 vixie Exp "; #else -__RCSID("$NetBSD: inet_net_pton.c,v 1.6 1997/07/21 14:08:04 jtc Exp $"); +__RCSID("$NetBSD: inet_net_pton.c,v 1.7 1998/01/06 05:01:21 perry Exp $"); #endif #endif diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c index bffaee2dc27..c081491dcbf 100644 --- a/lib/libc/net/inet_neta.c +++ b/lib/libc/net/inet_neta.c @@ -1,4 +1,4 @@ -/* $NetBSD: inet_neta.c,v 1.6 1997/07/21 14:08:05 jtc Exp $ */ +/* $NetBSD: inet_neta.c,v 1.7 1998/01/06 05:01:22 perry Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -20,9 +20,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static const char rcsid[] = "$Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp "; +static const char rcsid[] = "Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp "; #else -__RCSID("$NetBSD: inet_neta.c,v 1.6 1997/07/21 14:08:05 jtc Exp $"); +__RCSID("$NetBSD: inet_neta.c,v 1.7 1998/01/06 05:01:22 perry Exp $"); #endif #endif diff --git a/lib/libc/net/inet_ntop.c b/lib/libc/net/inet_ntop.c index 9408db20718..31b8c965586 100644 --- a/lib/libc/net/inet_ntop.c +++ b/lib/libc/net/inet_ntop.c @@ -1,4 +1,4 @@ -/* $NetBSD: inet_ntop.c,v 1.5 1997/07/21 14:08:08 jtc Exp $ */ +/* $NetBSD: inet_ntop.c,v 1.6 1998/01/06 05:01:22 perry Exp $ */ /* Copyright (c) 1996 by Internet Software Consortium. * @@ -19,9 +19,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char rcsid[] = "$Id: inet_ntop.c,v 8.7 1996/08/05 08:41:18 vixie Exp "; +static char rcsid[] = "Id: inet_ntop.c,v 8.7 1996/08/05 08:41:18 vixie Exp "; #else -__RCSID("$NetBSD: inet_ntop.c,v 1.5 1997/07/21 14:08:08 jtc Exp $"); +__RCSID("$NetBSD: inet_ntop.c,v 1.6 1998/01/06 05:01:22 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/inet_pton.c b/lib/libc/net/inet_pton.c index 03b6f9f2985..e335f6cc9b8 100644 --- a/lib/libc/net/inet_pton.c +++ b/lib/libc/net/inet_pton.c @@ -1,4 +1,4 @@ -/* $NetBSD: inet_pton.c,v 1.6 1997/07/21 14:08:08 jtc Exp $ */ +/* $NetBSD: inet_pton.c,v 1.7 1998/01/06 05:01:23 perry Exp $ */ /* Copyright (c) 1996 by Internet Software Consortium. * @@ -19,9 +19,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char rcsid[] = "$Id: inet_pton.c,v 8.7 1996/08/05 08:31:35 vixie Exp "; +static char rcsid[] = "Id: inet_pton.c,v 8.7 1996/08/05 08:31:35 vixie Exp "; #else -__RCSID("$NetBSD: inet_pton.c,v 1.6 1997/07/21 14:08:08 jtc Exp $"); +__RCSID("$NetBSD: inet_pton.c,v 1.7 1998/01/06 05:01:23 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/nsap_addr.c b/lib/libc/net/nsap_addr.c index 6113c696a0c..a402c61c762 100644 --- a/lib/libc/net/nsap_addr.c +++ b/lib/libc/net/nsap_addr.c @@ -1,4 +1,4 @@ -/* $NetBSD: nsap_addr.c,v 1.5 1997/07/21 14:08:09 jtc Exp $ */ +/* $NetBSD: nsap_addr.c,v 1.6 1998/01/06 05:01:24 perry Exp $ */ /* * Copyright (c) 1989, 1993 @@ -51,9 +51,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char rcsid[] = "$Id: nsap_addr.c,v 8.3 1996/08/05 08:31:35 vixie Exp "; +static char rcsid[] = "Id: nsap_addr.c,v 8.3 1996/08/05 08:31:35 vixie Exp "; #else -__RCSID("$NetBSD: nsap_addr.c,v 1.5 1997/07/21 14:08:09 jtc Exp $"); +__RCSID("$NetBSD: nsap_addr.c,v 1.6 1998/01/06 05:01:24 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c index fc5b28fe19d..1db1c58b8cd 100644 --- a/lib/libc/net/res_comp.c +++ b/lib/libc/net/res_comp.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_comp.c,v 1.10 1997/07/20 13:33:28 mrg Exp $ */ +/* $NetBSD: res_comp.c,v 1.11 1998/01/06 05:01:24 perry Exp $ */ /*- * Copyright (c) 1985, 1993 @@ -57,9 +57,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_comp.c,v 8.12 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: res_comp.c,v 8.12 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: res_comp.c,v 1.10 1997/07/20 13:33:28 mrg Exp $"); +__RCSID("$NetBSD: res_comp.c,v 1.11 1998/01/06 05:01:24 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_data.c b/lib/libc/net/res_data.c index 9211fbff24f..ef1b6d3cf1e 100644 --- a/lib/libc/net/res_data.c +++ b/lib/libc/net/res_data.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_data.c,v 1.5 1997/10/09 14:31:59 lukem Exp $ */ +/* $NetBSD: res_data.c,v 1.6 1998/01/06 05:01:25 perry Exp $ */ /* * ++Copyright++ 1995 @@ -58,9 +58,9 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char rcsid[] = "$Id: res_data.c,v 8.2 1996/08/05 08:31:35 vixie Exp "; +static char rcsid[] = "Id: res_data.c,v 8.2 1996/08/05 08:31:35 vixie Exp "; #else -__RCSID("$NetBSD: res_data.c,v 1.5 1997/10/09 14:31:59 lukem Exp $"); +__RCSID("$NetBSD: res_data.c,v 1.6 1998/01/06 05:01:25 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 18fca2d92ec..96776881671 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_debug.c,v 1.14 1997/07/21 14:08:10 jtc Exp $ */ +/* $NetBSD: res_debug.c,v 1.15 1998/01/06 05:01:26 perry Exp $ */ /*- * Copyright (c) 1985, 1990, 1993 @@ -79,9 +79,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_debug.c,v 8.20 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: res_debug.c,v 8.20 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: res_debug.c,v 1.14 1997/07/21 14:08:10 jtc Exp $"); +__RCSID("$NetBSD: res_debug.c,v 1.15 1998/01/06 05:01:26 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index c1a08892294..acec626f15f 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_init.c,v 1.15 1997/07/21 14:08:11 jtc Exp $ */ +/* $NetBSD: res_init.c,v 1.16 1998/01/06 05:01:27 perry Exp $ */ /*- * Copyright (c) 1985, 1989, 1993 @@ -57,9 +57,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static char rcsid[] = "$Id: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: res_init.c,v 1.15 1997/07/21 14:08:11 jtc Exp $"); +__RCSID("$NetBSD: res_init.c,v 1.16 1998/01/06 05:01:27 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_mkquery.c b/lib/libc/net/res_mkquery.c index 41451c82304..d268479f099 100644 --- a/lib/libc/net/res_mkquery.c +++ b/lib/libc/net/res_mkquery.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_mkquery.c,v 1.9 1997/07/20 13:33:32 mrg Exp $ */ +/* $NetBSD: res_mkquery.c,v 1.10 1998/01/06 05:01:28 perry Exp $ */ /*- * Copyright (c) 1985, 1993 @@ -57,9 +57,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_mkquery.c,v 8.5 1996/08/27 08:33:28 vixie Exp "; +static char rcsid[] = "Id: res_mkquery.c,v 8.5 1996/08/27 08:33:28 vixie Exp "; #else -__RCSID("$NetBSD: res_mkquery.c,v 1.9 1997/07/20 13:33:32 mrg Exp $"); +__RCSID("$NetBSD: res_mkquery.c,v 1.10 1998/01/06 05:01:28 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c index 4d6ac977fb4..a531c06e49a 100644 --- a/lib/libc/net/res_query.c +++ b/lib/libc/net/res_query.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_query.c,v 1.16 1997/07/21 14:08:12 jtc Exp $ */ +/* $NetBSD: res_query.c,v 1.17 1998/01/06 05:01:29 perry Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -57,9 +57,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_query.c,v 8.10 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: res_query.c,v 8.10 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: res_query.c,v 1.16 1997/07/21 14:08:12 jtc Exp $"); +__RCSID("$NetBSD: res_query.c,v 1.17 1998/01/06 05:01:29 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index 1561e09daf0..e050639f31c 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_send.c,v 1.12 1997/10/09 11:34:16 lukem Exp $ */ +/* $NetBSD: res_send.c,v 1.13 1998/01/06 05:01:29 perry Exp $ */ /*- * Copyright (c) 1985, 1989, 1993 @@ -57,9 +57,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_send.c,v 8.13 1997/06/01 20:34:37 vixie Exp "; +static char rcsid[] = "Id: res_send.c,v 8.13 1997/06/01 20:34:37 vixie Exp "; #else -__RCSID("$NetBSD: res_send.c,v 1.12 1997/10/09 11:34:16 lukem Exp $"); +__RCSID("$NetBSD: res_send.c,v 1.13 1998/01/06 05:01:29 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/net/sethostent.c b/lib/libc/net/sethostent.c index d861e92b24f..76205e4b4a0 100644 --- a/lib/libc/net/sethostent.c +++ b/lib/libc/net/sethostent.c @@ -1,4 +1,4 @@ -/* $NetBSD: sethostent.c,v 1.8 1997/07/20 13:33:35 mrg Exp $ */ +/* $NetBSD: sethostent.c,v 1.9 1998/01/06 05:01:30 perry Exp $ */ /* * Copyright (c) 1985, 1993 @@ -37,9 +37,9 @@ #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)sethostent.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: sethostent.c,v 8.5 1996/09/28 06:51:07 vixie Exp "; +static char rcsid[] = "Id: sethostent.c,v 8.5 1996/09/28 06:51:07 vixie Exp "; #else -__RCSID("$NetBSD: sethostent.c,v 1.8 1997/07/20 13:33:35 mrg Exp $"); +__RCSID("$NetBSD: sethostent.c,v 1.9 1998/01/06 05:01:30 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ |
