diff --git a/sys/netinet/if_arp.c b/sys/netinet/if_arp.c index 257b78658669..be09d1a24cf7 100644 --- a/sys/netinet/if_arp.c +++ b/sys/netinet/if_arp.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_arp.c,v 1.42 1997/10/31 02:54:08 gwr Exp $ */ +/* $NetBSD: if_arp.c,v 1.43 1998/01/05 10:31:44 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 + * @(#)if_ether.c 8.2 (Berkeley) 9/26/94 */ /* diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 7529afc066a9..5aaecd8a9d2a 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_ether.h,v 1.27 1997/07/29 09:10:51 is Exp $ */ +/* $NetBSD: if_ether.h,v 1.28 1998/01/05 10:31:47 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)if_ether.h 8.1 (Berkeley) 6/10/93 + * @(#)if_ether.h 8.3 (Berkeley) 5/2/95 */ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index ffd2590c726d..f246f8780771 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -1,4 +1,4 @@ -/* $NetBSD: in.c,v 1.35 1997/07/23 21:26:40 thorpej Exp $ */ +/* $NetBSD: in.c,v 1.36 1998/01/05 10:31:49 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1991, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)in.c 8.2 (Berkeley) 11/15/93 + * @(#)in.c 8.4 (Berkeley) 1/9/95 */ #include diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 878fa5edac7c..09e25deeb205 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -1,7 +1,7 @@ -/* $NetBSD: in_pcb.c,v 1.43 1998/01/05 09:52:03 lukem Exp $ */ +/* $NetBSD: in_pcb.c,v 1.44 1998/01/05 10:31:53 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1991, 1993 + * Copyright (c) 1982, 1986, 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)in_pcb.c 8.2 (Berkeley) 1/4/94 + * @(#)in_pcb.c 8.4 (Berkeley) 5/24/95 */ #include diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 9276e7785978..7835e02706b5 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -1,4 +1,4 @@ -/* $NetBSD: in_proto.c,v 1.17 1997/07/23 21:26:46 thorpej Exp $ */ +/* $NetBSD: in_proto.c,v 1.18 1998/01/05 10:31:55 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)in_proto.c 8.1 (Berkeley) 6/10/93 + * @(#)in_proto.c 8.2 (Berkeley) 2/9/95 */ #include diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 4643b0bc708e..6252c2131834 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -1,4 +1,4 @@ -/* $NetBSD: in_var.h,v 1.18 1997/07/23 21:26:47 thorpej Exp $ */ +/* $NetBSD: in_var.h,v 1.19 1998/01/05 10:31:56 thorpej Exp $ */ /* * Copyright (c) 1985, 1986, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)in_var.h 8.1 (Berkeley) 6/10/93 + * @(#)in_var.h 8.2 (Berkeley) 1/9/95 */ #include diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index e465a466f031..11ade8bfc0f0 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip.h,v 1.16 1996/12/11 01:55:50 mycroft Exp $ */ +/* $NetBSD: ip.h,v 1.17 1998/01/05 10:31:58 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ip.h 8.1 (Berkeley) 6/10/93 + * @(#)ip.h 8.2 (Berkeley) 6/1/94 */ /* diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index fbf175bae9f6..191cc2138055 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_var.h,v 1.23 1998/01/05 09:52:05 lukem Exp $ */ +/* $NetBSD: ip_var.h,v 1.24 1998/01/05 10:31:59 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ip_var.h 8.1 (Berkeley) 6/10/93 + * @(#)ip_var.h 8.2 (Berkeley) 1/9/95 */ #include diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index e5fbf1d2ba4f..f350068abe6d 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.38 1997/11/16 20:58:18 mycroft Exp $ */ +/* $NetBSD: raw_ip.c,v 1.39 1998/01/05 10:32:01 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)raw_ip.c 8.2 (Berkeley) 1/4/94 + * @(#)raw_ip.c 8.7 (Berkeley) 5/15/95 */ #include diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 531e91267204..02257beeb569 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_input.c,v 1.38 1997/12/31 03:31:23 thorpej Exp $ */ +/* $NetBSD: tcp_input.c,v 1.39 1998/01/05 10:32:03 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994 + * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_input.c 8.5 (Berkeley) 4/10/94 + * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 */ /* diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 78cfcaa6463a..3fffec243c36 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_output.c,v 1.26 1997/12/31 03:31:25 thorpej Exp $ */ +/* $NetBSD: tcp_output.c,v 1.27 1998/01/05 10:32:05 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1990, 1993 + * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_output.c 8.3 (Berkeley) 12/30/93 + * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95 */ #include diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h index 20219520ebdd..d2220929fa7a 100644 --- a/sys/netinet/tcp_seq.h +++ b/sys/netinet/tcp_seq.h @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_seq.h,v 1.8 1997/10/13 00:48:10 explorer Exp $ */ +/* $NetBSD: tcp_seq.h,v 1.9 1998/01/05 10:32:07 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1993 + * Copyright (c) 1982, 1986, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_seq.h 8.1 (Berkeley) 6/10/93 + * @(#)tcp_seq.h 8.3 (Berkeley) 6/21/95 */ /* diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 4f4e83aedc4f..1c14882c723a 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_subr.c,v 1.37 1997/12/31 03:31:26 thorpej Exp $ */ +/* $NetBSD: tcp_subr.c,v 1.38 1998/01/05 10:32:09 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1990, 1993 + * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_subr.c 8.1 (Berkeley) 6/10/93 + * @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95 */ #include "rnd.h" diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 17f1e4dad667..342a3e27a570 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_timer.c,v 1.27 1997/12/31 03:31:27 thorpej Exp $ */ +/* $NetBSD: tcp_timer.c,v 1.28 1998/01/05 10:32:11 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1990, 1993 + * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_timer.c 8.1 (Berkeley) 6/10/93 + * @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95 */ #ifndef TUBA_INCLUDE diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 871dfd0b2e1e..9bbb71543d2b 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_usrreq.c,v 1.32 1998/01/05 09:12:30 thorpej Exp $ */ +/* $NetBSD: tcp_usrreq.c,v 1.33 1998/01/05 10:32:12 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1993 + * Copyright (c) 1982, 1986, 1988, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94 + * @(#)tcp_usrreq.c 8.5 (Berkeley) 6/21/95 */ #include diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index b04885b7e124..f4a4a51df401 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,7 +1,7 @@ -/* $NetBSD: tcp_var.h,v 1.32 1997/12/31 03:31:29 thorpej Exp $ */ +/* $NetBSD: tcp_var.h,v 1.33 1998/01/05 10:32:14 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1993, 1994 + * Copyright (c) 1982, 1986, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tcp_var.h 8.3 (Berkeley) 4/10/94 + * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 */ /* diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 4906145ccbc4..502a0b336c61 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -1,7 +1,7 @@ -/* $NetBSD: udp_usrreq.c,v 1.43 1997/09/12 10:58:31 drochner Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.44 1998/01/05 10:32:16 thorpej Exp $ */ /* - * Copyright (c) 1982, 1986, 1988, 1990, 1993 + * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)udp_usrreq.c 8.4 (Berkeley) 1/21/94 + * @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95 */ #include "ipkdb.h"