From e05d77aaf17452bebe333901f1acfad893fa05a7 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 19 Aug 1996 08:34:30 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- src/lib/libc/net/Makefile.inc | 4 +--- src/lib/libc/net/byteorder.3 | 4 +--- src/lib/libc/net/ethers.3 | 1 + src/lib/libc/net/ethers.c | 6 ++++-- src/lib/libc/net/gethostbyname.3 | 4 +--- src/lib/libc/net/gethostnamadr.c | 9 +-------- src/lib/libc/net/getnetbyaddr.c | 8 +------- src/lib/libc/net/getnetbyname.c | 10 +--------- src/lib/libc/net/getnetent.3 | 4 +--- src/lib/libc/net/getnetent.c | 8 +------- src/lib/libc/net/getproto.c | 8 +------- src/lib/libc/net/getprotoent.3 | 4 +--- src/lib/libc/net/getprotoent.c | 8 +------- src/lib/libc/net/getprotoname.c | 8 +------- src/lib/libc/net/getservbyname.c | 8 +------- src/lib/libc/net/getservbyport.c | 8 +------- src/lib/libc/net/getservent.3 | 4 +--- src/lib/libc/net/getservent.c | 8 +------- src/lib/libc/net/herror.c | 9 +-------- src/lib/libc/net/htonl.c | 6 ++---- src/lib/libc/net/htons.c | 6 ++---- src/lib/libc/net/inet.3 | 4 +--- src/lib/libc/net/inet_addr.c | 8 +------- src/lib/libc/net/inet_lnaof.c | 8 +------- src/lib/libc/net/inet_makeaddr.c | 8 +------- src/lib/libc/net/inet_netof.c | 8 +------- src/lib/libc/net/inet_network.c | 9 +-------- src/lib/libc/net/inet_ntoa.c | 8 +------- src/lib/libc/net/ipx.3 | 4 ++-- src/lib/libc/net/ipx_addr.c | 6 ++++-- src/lib/libc/net/ipx_ntoa.c | 8 ++++---- src/lib/libc/net/iso_addr.3 | 4 +--- src/lib/libc/net/iso_addr.c | 8 +------- src/lib/libc/net/link_addr.3 | 4 +--- src/lib/libc/net/linkaddr.c | 8 +------- src/lib/libc/net/ns.3 | 4 +--- src/lib/libc/net/ns_addr.c | 8 +------- src/lib/libc/net/ns_ntoa.c | 8 +------- src/lib/libc/net/nsap_addr.c | 8 +------- src/lib/libc/net/ntohl.c | 6 ++---- src/lib/libc/net/ntohs.c | 6 ++---- src/lib/libc/net/rcmd.3 | 4 +--- src/lib/libc/net/rcmd.c | 8 +------- src/lib/libc/net/recv.c | 8 +------- src/lib/libc/net/res_comp.c | 9 +-------- src/lib/libc/net/res_debug.c | 9 +-------- src/lib/libc/net/res_init.c | 9 +-------- src/lib/libc/net/res_mkquery.c | 9 +-------- src/lib/libc/net/res_query.c | 9 +-------- src/lib/libc/net/res_send.c | 9 +-------- src/lib/libc/net/resolver.3 | 4 +--- src/lib/libc/net/send.c | 8 +------- src/lib/libc/net/sethostent.c | 9 +-------- 53 files changed, 67 insertions(+), 298 deletions(-) (limited to 'src/lib/libc/net') diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 910462dd8e..e71a0f99fe 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 1996/08/16 09:47:01 mickey Exp $ -# $NetBSD: Makefile.inc,v 1.24 1996/02/02 15:22:14 mrg Exp $ -# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 +# $OpenBSD: Makefile.inc,v 1.6 1996/08/19 08:28:32 tholo Exp $ # net sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3 index 701a69f688..723690cb16 100644 --- a/src/lib/libc/net/byteorder.3 +++ b/src/lib/libc/net/byteorder.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: byteorder.3,v 1.3 1995/02/25 06:20:27 cgd Exp $ +.\" $OpenBSD: byteorder.3,v 1.2 1996/08/19 08:28:34 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)byteorder.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt BYTEORDER 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 28cf7099e9..191239f9ed 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ethers.3,v 1.4 1996/08/19 08:28:35 tholo Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index b4469ed811..71163515a4 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c @@ -1,5 +1,3 @@ -/* $NetBSD: ethers.c,v 1.5 1995/02/25 06:20:28 cgd Exp $ */ - /* * ethers(3N) a la Sun. * @@ -7,6 +5,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ethers.c,v 1.3 1996/08/19 08:28:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 583056b01b..8dfdb88cf0 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: gethostbyname.3,v 1.6 1995/02/25 06:20:28 cgd Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.3 1996/08/19 08:28:38 tholo Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gethostbyname.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt GETHOSTBYNAME 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/gethostnamadr.c b/src/lib/libc/net/gethostnamadr.c index 29705f7e9e..cd327b6a0d 100644 --- a/src/lib/libc/net/gethostnamadr.c +++ b/src/lib/libc/net/gethostnamadr.c @@ -1,5 +1,3 @@ -/* $NetBSD: gethostnamadr.c,v 1.13 1995/05/21 16:21:14 mycroft Exp $ */ - /*- * Copyright (c) 1985, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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 4.9.1.1 1993/05/02 22:43:03 vixie Rel "; -#else -static char rcsid[] = "$NetBSD: gethostnamadr.c,v 1.13 1995/05/21 16:21:14 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getnetbyaddr.c b/src/lib/libc/net/getnetbyaddr.c index c193860e36..aabd741a88 100644 --- a/src/lib/libc/net/getnetbyaddr.c +++ b/src/lib/libc/net/getnetbyaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetbyaddr.c,v 1.4 1995/02/25 06:20:30 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetbyaddr.c,v 1.4 1995/02/25 06:20:30 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetbyaddr.c,v 1.2 1996/08/19 08:28:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getnetbyname.c b/src/lib/libc/net/getnetbyname.c index f660f79b20..d2a5b8679a 100644 --- a/src/lib/libc/net/getnetbyname.c +++ b/src/lib/libc/net/getnetbyname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetbyname.c,v 1.5 1996/02/02 15:22:20 mrg Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,13 +32,7 @@ */ #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 1.6 1994/05/31 01:49:35 vixie Exp ="; -static char sccsid[] = "@(#)getnetbyname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetbyname.c,v 1.5 1996/02/02 15:22:20 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetbyname.c,v 1.3 1996/08/19 08:28:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getnetent.3 b/src/lib/libc/net/getnetent.3 index d4f0bedbf9..9cd54a817c 100644 --- a/src/lib/libc/net/getnetent.3 +++ b/src/lib/libc/net/getnetent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getnetent.3,v 1.3 1995/02/25 06:20:32 cgd Exp $ +.\" $OpenBSD: getnetent.3,v 1.2 1996/08/19 08:28:45 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getnetent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETNETENT 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/getnetent.c b/src/lib/libc/net/getnetent.c index 2e897201a8..862596c40f 100644 --- a/src/lib/libc/net/getnetent.c +++ b/src/lib/libc/net/getnetent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetent.c,v 1.6 1996/02/02 15:22:21 mrg Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetent.c,v 1.6 1996/02/02 15:22:21 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetent.c,v 1.4 1996/08/19 08:28:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getproto.c b/src/lib/libc/net/getproto.c index 49c09b0806..2af98dc38d 100644 --- a/src/lib/libc/net/getproto.c +++ b/src/lib/libc/net/getproto.c @@ -1,5 +1,3 @@ -/* $NetBSD: getproto.c,v 1.4 1995/02/25 06:20:33 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getproto.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getproto.c,v 1.4 1995/02/25 06:20:33 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getproto.c,v 1.2 1996/08/19 08:28:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3 index 8d607199ef..f67987954f 100644 --- a/src/lib/libc/net/getprotoent.3 +++ b/src/lib/libc/net/getprotoent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getprotoent.3,v 1.3 1995/02/25 06:20:34 cgd Exp $ +.\" $OpenBSD: getprotoent.3,v 1.2 1996/08/19 08:28:50 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getprotoent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETPROTOENT 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/getprotoent.c b/src/lib/libc/net/getprotoent.c index 1179b9029b..381feb6faf 100644 --- a/src/lib/libc/net/getprotoent.c +++ b/src/lib/libc/net/getprotoent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getprotoent.c,v 1.4 1995/02/25 06:20:35 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getprotoent.c,v 1.4 1995/02/25 06:20:35 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getprotoent.c,v 1.2 1996/08/19 08:28:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getprotoname.c b/src/lib/libc/net/getprotoname.c index 4f8cf21c3f..0b057a5dd2 100644 --- a/src/lib/libc/net/getprotoname.c +++ b/src/lib/libc/net/getprotoname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getprotoname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getprotoname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getprotoname.c,v 1.2 1996/08/19 08:28:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getservbyname.c b/src/lib/libc/net/getservbyname.c index b4a6311966..269bc5c57a 100644 --- a/src/lib/libc/net/getservbyname.c +++ b/src/lib/libc/net/getservbyname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservbyname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservbyname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservbyname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservbyname.c,v 1.2 1996/08/19 08:28:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getservbyport.c b/src/lib/libc/net/getservbyport.c index c34790737b..f1911e8dcd 100644 --- a/src/lib/libc/net/getservbyport.c +++ b/src/lib/libc/net/getservbyport.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservbyport.c,v 1.4 1995/02/25 06:20:37 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservbyport.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservbyport.c,v 1.4 1995/02/25 06:20:37 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservbyport.c,v 1.2 1996/08/19 08:28:57 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/getservent.3 b/src/lib/libc/net/getservent.3 index 9e0656be00..c9fd95d05b 100644 --- a/src/lib/libc/net/getservent.3 +++ b/src/lib/libc/net/getservent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getservent.3,v 1.3 1995/02/25 06:20:38 cgd Exp $ +.\" $OpenBSD: getservent.3,v 1.2 1996/08/19 08:28:58 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getservent.3 8.3 (Berkeley) 1/12/94 -.\" .Dd January 12, 1994 .Dt GETSERVENT 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/getservent.c b/src/lib/libc/net/getservent.c index 316891450e..ffa727077c 100644 --- a/src/lib/libc/net/getservent.c +++ b/src/lib/libc/net/getservent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservent.c,v 1.4 1995/02/25 06:20:38 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservent.c,v 1.4 1995/02/25 06:20:38 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservent.c,v 1.2 1996/08/19 08:29:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/herror.c b/src/lib/libc/net/herror.c index f2d241385d..40da6562ad 100644 --- a/src/lib/libc/net/herror.c +++ b/src/lib/libc/net/herror.c @@ -1,5 +1,3 @@ -/* $NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $ */ - /*- * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: herror.c,v 8.2 1995/06/19 08:35:01 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: herror.c,v 1.3 1996/08/19 08:29:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/htonl.c b/src/lib/libc/net/htonl.c index d0a22e1f30..2373c170e7 100644 --- a/src/lib/libc/net/htonl.c +++ b/src/lib/libc/net/htonl.c @@ -1,13 +1,11 @@ -/* $NetBSD: htonl.c,v 1.5.6.1 1996/05/29 23:28:06 cgd Exp $ */ - /* * Written by J.T. Conklin . * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: htonl.c,v 1.5.6.1 1996/05/29 23:28:06 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: htonl.c,v 1.3 1996/08/19 08:29:04 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include #include diff --git a/src/lib/libc/net/htons.c b/src/lib/libc/net/htons.c index 0ecb62b95c..f0554f2166 100644 --- a/src/lib/libc/net/htons.c +++ b/src/lib/libc/net/htons.c @@ -1,13 +1,11 @@ -/* $NetBSD: htons.c,v 1.5.6.1 1996/05/29 23:28:19 cgd Exp $ */ - /* * Written by J.T. Conklin . * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: htons.c,v 1.5.6.1 1996/05/29 23:28:19 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: htons.c,v 1.4 1996/08/19 08:29:05 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include #include diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3 index 49bac97e96..4b31ddc949 100644 --- a/src/lib/libc/net/inet.3 +++ b/src/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: inet.3,v 1.4 1995/02/27 09:45:26 chopps Exp $ +.\" $OpenBSD: inet.3,v 1.2 1996/08/19 08:29:06 tholo Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)inet.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt INET 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/inet_addr.c b/src/lib/libc/net/inet_addr.c index e527c6b384..99a6f66ad2 100644 --- a/src/lib/libc/net/inet_addr.c +++ b/src/lib/libc/net/inet_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp $ */ - /* * Copyright (c) 1983, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_addr.c,v 1.3 1996/08/19 08:29:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/inet_lnaof.c b/src/lib/libc/net/inet_lnaof.c index ce1257bf68..5a9bc4a6fe 100644 --- a/src/lib/libc/net/inet_lnaof.c +++ b/src/lib/libc/net/inet_lnaof.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_lnaof.c,v 1.4 1995/02/25 06:20:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_lnaof.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_lnaof.c,v 1.4 1995/02/25 06:20:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_lnaof.c,v 1.2 1996/08/19 08:29:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/inet_makeaddr.c b/src/lib/libc/net/inet_makeaddr.c index 84d366e03a..1b2d4edb5a 100644 --- a/src/lib/libc/net/inet_makeaddr.c +++ b/src/lib/libc/net/inet_makeaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_makeaddr.c,v 1.4 1995/02/25 06:20:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_makeaddr.c,v 1.4 1995/02/25 06:20:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_makeaddr.c,v 1.2 1996/08/19 08:29:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/inet_netof.c b/src/lib/libc/net/inet_netof.c index 02f52ca318..8f78b7a8b4 100644 --- a/src/lib/libc/net/inet_netof.c +++ b/src/lib/libc/net/inet_netof.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_netof.c,v 1.2 1996/08/19 08:29:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/inet_network.c b/src/lib/libc/net/inet_network.c index 4e33cbcae8..1ffee63309 100644 --- a/src/lib/libc/net/inet_network.c +++ b/src/lib/libc/net/inet_network.c @@ -1,6 +1,3 @@ -/* $OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $ */ -/* $NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_network.c,v 1.4 1996/08/19 08:29:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/inet_ntoa.c b/src/lib/libc/net/inet_ntoa.c index 2da0ab00ff..148732ba5a 100644 --- a/src/lib/libc/net/inet_ntoa.c +++ b/src/lib/libc/net/inet_ntoa.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_ntoa.c,v 1.4 1995/02/25 06:20:46 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_ntoa.c,v 1.4 1995/02/25 06:20:46 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/src/lib/libc/net/ipx.3 b/src/lib/libc/net/ipx.3 index f64dce163e..91ddd49f71 100644 --- a/src/lib/libc/net/ipx.3 +++ b/src/lib/libc/net/ipx.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ipx.3,v 1.1 1996/08/16 09:47:04 mickey Exp $ +.\" $OpenBSD: ipx.3,v 1.2 1996/08/19 08:29:17 tholo Exp $ +.\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" .Dd June 4, 1993 .Dt IPX 3 .Os OpenBSD 1.2 diff --git a/src/lib/libc/net/ipx_addr.c b/src/lib/libc/net/ipx_addr.c index c4ca5f12bd..96ee9d0fdb 100644 --- a/src/lib/libc/net/ipx_addr.c +++ b/src/lib/libc/net/ipx_addr.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ipx_addr.c,v 1.1 1996/08/16 09:47:05 mickey Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -38,6 +36,10 @@ * from @(#)ipx_addr.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.2 1996/08/19 08:29:18 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include diff --git a/src/lib/libc/net/ipx_ntoa.c b/src/lib/libc/net/ipx_ntoa.c index 4f59321e89..1dcfe7181b 100644 --- a/src/lib/libc/net/ipx_ntoa.c +++ b/src/lib/libc/net/ipx_ntoa.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ipx_ntoa.c,v 1.1 1996/08/16 09:47:06 mickey Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -31,10 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from @(#)ipx_ntoa.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ipx_ntoa.c,v 1.2 1996/08/19 08:29:20 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include diff --git a/src/lib/libc/net/iso_addr.3 b/src/lib/libc/net/iso_addr.3 index 95c136e5fc..d9bf9086be 100644 --- a/src/lib/libc/net/iso_addr.3 +++ b/src/lib/libc/net/iso_addr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: iso_addr.3,v 1.2 1995/02/25 06:20:46 cgd Exp $ +.\" $OpenBSD: iso_addr.3,v 1.2 1996/08/19 08:29:22 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)iso_addr.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt ISO_ADDR 3 .Os diff --git a/src/lib/libc/net/iso_addr.c b/src/lib/libc/net/iso_addr.c index c26ec1a64a..01561e395b 100644 --- a/src/lib/libc/net/iso_addr.c +++ b/src/lib/libc/net/iso_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: iso_addr.c,v 1.4 1995/02/25 06:20:47 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)iso_addr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: iso_addr.c,v 1.4 1995/02/25 06:20:47 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: iso_addr.c,v 1.2 1996/08/19 08:29:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/link_addr.3 b/src/lib/libc/net/link_addr.3 index 1a2af9b30d..eb6c952177 100644 --- a/src/lib/libc/net/link_addr.3 +++ b/src/lib/libc/net/link_addr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: linkaddr.3,v 1.2 1995/02/25 06:20:48 cgd Exp $ +.\" $OpenBSD: link_addr.3,v 1.2 1996/08/19 08:29:25 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,8 +34,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)linkaddr.3 8.1 (Berkeley) 7/28/93 -.\" .Dd July 28, 1993 .Dt LINK_ADDR 3 .Os BSD 4.4 diff --git a/src/lib/libc/net/linkaddr.c b/src/lib/libc/net/linkaddr.c index 19a0de3abd..fb522f3233 100644 --- a/src/lib/libc/net/linkaddr.c +++ b/src/lib/libc/net/linkaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: linkaddr.c,v 1.5 1995/02/25 06:20:49 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)linkaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: linkaddr.c,v 1.5 1995/02/25 06:20:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: linkaddr.c,v 1.2 1996/08/19 08:29:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/ns.3 b/src/lib/libc/net/ns.3 index f89b4fe042..6e096d9f4b 100644 --- a/src/lib/libc/net/ns.3 +++ b/src/lib/libc/net/ns.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ns.3,v 1.3 1995/02/25 06:20:50 cgd Exp $ +.\" $OpenBSD: ns.3,v 1.2 1996/08/19 08:29:29 tholo Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ns.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt NS 3 .Os BSD 4.3 diff --git a/src/lib/libc/net/ns_addr.c b/src/lib/libc/net/ns_addr.c index f75ddb23b7..96e01e2106 100644 --- a/src/lib/libc/net/ns_addr.c +++ b/src/lib/libc/net/ns_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: ns_addr.c,v 1.5 1995/02/25 06:20:51 cgd Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ns_addr.c 8.1 (Berkeley) 6/7/93"; -#else -static char rcsid[] = "$NetBSD: ns_addr.c,v 1.5 1995/02/25 06:20:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.2 1996/08/19 08:29:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/ns_ntoa.c b/src/lib/libc/net/ns_ntoa.c index 777028cff2..f7932ed3b6 100644 --- a/src/lib/libc/net/ns_ntoa.c +++ b/src/lib/libc/net/ns_ntoa.c @@ -1,5 +1,3 @@ -/* $NetBSD: ns_ntoa.c,v 1.4 1995/02/25 06:20:51 cgd Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ns_ntoa.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ns_ntoa.c,v 1.4 1995/02/25 06:20:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ns_ntoa.c,v 1.3 1996/08/19 08:29:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/nsap_addr.c b/src/lib/libc/net/nsap_addr.c index e4583a3db8..ce0a60a7d8 100644 --- a/src/lib/libc/net/nsap_addr.c +++ b/src/lib/libc/net/nsap_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: nsap_addr.c,v 1.1 1996/02/02 15:22:24 mrg Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char rcsid[] = "$Id: lib-libc-net,v 8.1 1995/12/22 21:59:52 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: nsap_addr.c,v 1.1 1996/02/02 15:22:24 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: nsap_addr.c,v 1.2 1996/08/19 08:29:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/ntohl.c b/src/lib/libc/net/ntohl.c index 5df37075ac..0947a071ae 100644 --- a/src/lib/libc/net/ntohl.c +++ b/src/lib/libc/net/ntohl.c @@ -1,13 +1,11 @@ -/* $NetBSD: ntohl.c,v 1.5.6.1 1996/05/29 23:28:26 cgd Exp $ */ - /* * Written by J.T. Conklin . * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ntohl.c,v 1.5.6.1 1996/05/29 23:28:26 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: ntohl.c,v 1.3 1996/08/19 08:29:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include #include diff --git a/src/lib/libc/net/ntohs.c b/src/lib/libc/net/ntohs.c index a665db9f39..f717039803 100644 --- a/src/lib/libc/net/ntohs.c +++ b/src/lib/libc/net/ntohs.c @@ -1,13 +1,11 @@ -/* $NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:28:33 cgd Exp $ */ - /* * Written by J.T. Conklin . * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:28:33 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: ntohs.c,v 1.4 1996/08/19 08:29:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include #include diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index add4faa314..50e30f7416 100644 --- a/src/lib/libc/net/rcmd.3 +++ b/src/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rcmd.3,v 1.8.6.1 1996/05/28 02:29:22 mrg Exp $ +.\" $OpenBSD: rcmd.3,v 1.4 1996/08/19 08:29:37 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rcmd.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt RCMD 3 .Os BSD 4.2 diff --git a/src/lib/libc/net/rcmd.c b/src/lib/libc/net/rcmd.c index 727a26e173..ef98e882a2 100644 --- a/src/lib/libc/net/rcmd.c +++ b/src/lib/libc/net/rcmd.c @@ -1,5 +1,3 @@ -/* $NetBSD: rcmd.c,v 1.12 1995/06/03 22:33:34 mycroft Exp $ */ - /* * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; -#else -static char *rcsid = "$NetBSD: rcmd.c,v 1.12 1995/06/03 22:33:34 mycroft Exp $"; -#endif +static char *rcsid = "$OpenBSD: rcmd.c,v 1.11 1996/08/19 08:29:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/recv.c b/src/lib/libc/net/recv.c index 44296378cb..d209a07213 100644 --- a/src/lib/libc/net/recv.c +++ b/src/lib/libc/net/recv.c @@ -1,5 +1,3 @@ -/* $NetBSD: recv.c,v 1.6 1995/02/25 06:20:54 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)recv.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: recv.c,v 1.6 1995/02/25 06:20:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: recv.c,v 1.2 1996/08/19 08:29:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c index 2d81327aaf..f64a81d7ce 100644 --- a/src/lib/libc/net/res_comp.c +++ b/src/lib/libc/net/res_comp.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_comp.c,v 1.7 1996/02/02 15:22:26 mrg Exp $ */ - /*- * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.3 1995/12/06 20:34:50 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_comp.c,v 1.7 1996/02/02 15:22:26 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_comp.c,v 1.3 1996/08/19 08:29:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_debug.c b/src/lib/libc/net/res_debug.c index 14e5ddf790..e8fc192c51 100644 --- a/src/lib/libc/net/res_debug.c +++ b/src/lib/libc/net/res_debug.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_debug.c,v 1.8 1996/02/02 15:22:27 mrg Exp $ */ - /*- * Copyright (c) 1985, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.7 1995/12/22 10:20:39 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_debug.c,v 1.8 1996/02/02 15:22:27 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_debug.c,v 1.3 1996/08/19 08:29:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c index 2a1f454250..9992acb632 100644 --- a/src/lib/libc/net/res_init.c +++ b/src/lib/libc/net/res_init.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $ */ - /*- * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 1996/08/19 08:29:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_mkquery.c b/src/lib/libc/net/res_mkquery.c index 1f04c96272..90ffb9966a 100644 --- a/src/lib/libc/net/res_mkquery.c +++ b/src/lib/libc/net/res_mkquery.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_mkquery.c,v 1.6 1996/02/02 15:22:32 mrg Exp $ */ - /*- * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_mkquery.c,v 1.6 1996/02/02 15:22:32 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.3 1996/08/19 08:29:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_query.c b/src/lib/libc/net/res_query.c index 61b6cb35c9..e8bc8e547e 100644 --- a/src/lib/libc/net/res_query.c +++ b/src/lib/libc/net/res_query.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_query.c,v 1.10 1996/02/02 15:22:34 mrg Exp $ */ - /*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.6 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_query.c,v 1.10 1996/02/02 15:22:34 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_query.c,v 1.4 1996/08/19 08:29:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/res_send.c b/src/lib/libc/net/res_send.c index f0e9b098b6..1efd17df2b 100644 --- a/src/lib/libc/net/res_send.c +++ b/src/lib/libc/net/res_send.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_send.c,v 1.5 1996/02/02 15:22:36 mrg Exp $ */ - /*- * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #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.7 1995/12/03 08:31:17 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_send.c,v 1.5 1996/02/02 15:22:36 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_send.c,v 1.3 1996/08/19 08:29:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* change this to "0" diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index 07bc10c393..dc79e6dab6 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: resolver.3,v 1.6 1996/02/02 15:22:37 mrg Exp $ +.\" $OpenBSD: resolver.3,v 1.3 1996/08/19 08:29:50 tholo Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)resolver.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt RESOLVER 3 .Os BSD 4.3 diff --git a/src/lib/libc/net/send.c b/src/lib/libc/net/send.c index 88f3550ec6..8495931ca3 100644 --- a/src/lib/libc/net/send.c +++ b/src/lib/libc/net/send.c @@ -1,5 +1,3 @@ -/* $NetBSD: send.c,v 1.6 1995/02/25 06:21:02 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: send.c,v 1.6 1995/02/25 06:21:02 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: send.c,v 1.2 1996/08/19 08:29:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/src/lib/libc/net/sethostent.c b/src/lib/libc/net/sethostent.c index df58b1bc92..58b50ae0a1 100644 --- a/src/lib/libc/net/sethostent.c +++ b/src/lib/libc/net/sethostent.c @@ -1,5 +1,3 @@ -/* $NetBSD: sethostent.c,v 1.5 1996/02/02 15:22:39 mrg Exp $ */ - /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -34,12 +32,7 @@ */ #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.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: sethostent.c,v 1.5 1996/02/02 15:22:39 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sethostent.c,v 1.3 1996/08/19 08:29:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3-55-g6feb