diff --git a/sys/netinet/fil.c b/sys/netinet/fil.c index edf21ad4c0ee..c1e98ba67c5a 100644 --- a/sys/netinet/fil.c +++ b/sys/netinet/fil.c @@ -1,4 +1,4 @@ -/* $NetBSD: fil.c,v 1.12 1997/07/06 05:10:41 thorpej Exp $ */ +/* $NetBSD: fil.c,v 1.13 1997/07/06 05:29:13 thorpej Exp $ */ /* * (C)opyright 1993-1996 by Darren Reed. @@ -9,7 +9,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-1996 Darren Reed"; -static char rcsid[] = "$Id: fil.c,v 1.12 1997/07/06 05:10:41 thorpej Exp $"; +static char rcsid[] = "Id: fil.c,v 2.0.2.26 1997/07/05 04:38:38 darrenr Exp"; #endif #include diff --git a/sys/netinet/ip_compat.h b/sys/netinet/ip_compat.h index 5705e0b5cd04..c548da31f109 100644 --- a/sys/netinet/ip_compat.h +++ b/sys/netinet/ip_compat.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_compat.h,v 1.7 1997/07/05 05:38:15 darrenr Exp $ */ +/* $NetBSD: ip_compat.h,v 1.8 1997/07/06 05:29:14 thorpej Exp $ */ /* * (C)opyright 1993-1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_compat.h 1.8 1/14/96 - * $Id: ip_compat.h,v 1.7 1997/07/05 05:38:15 darrenr Exp $ + * Id: ip_compat.h,v 2.0.2.18 1997/07/05 04:38:40 darrenr Exp */ #ifndef __IP_COMPAT_H__ diff --git a/sys/netinet/ip_fil.c b/sys/netinet/ip_fil.c index 8743bc791c34..1d440aadfa72 100644 --- a/sys/netinet/ip_fil.c +++ b/sys/netinet/ip_fil.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_fil.c,v 1.21 1997/07/06 05:13:00 thorpej Exp $ */ +/* $NetBSD: ip_fil.c,v 1.22 1997/07/06 05:29:15 thorpej Exp $ */ /* * (C)opyright 1993-1997 by Darren Reed. @@ -9,7 +9,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-1995 Darren Reed"; -static char rcsid[] = "$Id: ip_fil.c,v 1.21 1997/07/06 05:13:00 thorpej Exp $"; +static char rcsid[] = "Id: ip_fil.c,v 2.0.2.25 1997/07/05 04:38:41 darrenr Exp"; #endif #ifndef SOLARIS diff --git a/sys/netinet/ip_fil.h b/sys/netinet/ip_fil.h index b388156c300e..6753603a13c6 100644 --- a/sys/netinet/ip_fil.h +++ b/sys/netinet/ip_fil.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_fil.h,v 1.16 1997/07/06 05:13:40 thorpej Exp $ */ +/* $NetBSD: ip_fil.h,v 1.17 1997/07/06 05:29:16 thorpej Exp $ */ /* * (C)opyright 1993-1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_fil.h 1.35 6/5/96 - * $Id: ip_fil.h,v 1.16 1997/07/06 05:13:40 thorpej Exp $ + * Id: ip_fil.h,v 2.0.2.26 1997/07/05 04:38:43 darrenr Exp */ #ifndef __IP_FIL_H__ diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c index 179651266552..515728ec9ee2 100644 --- a/sys/netinet/ip_frag.c +++ b/sys/netinet/ip_frag.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_frag.c,v 1.7 1997/07/05 05:38:18 darrenr Exp $ */ +/* $NetBSD: ip_frag.c,v 1.8 1997/07/06 05:29:17 thorpej Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. @@ -9,7 +9,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed"; -static char rcsid[] = "$Id: ip_frag.c,v 1.7 1997/07/05 05:38:18 darrenr Exp $"; +static char rcsid[] = "Id: ip_frag.c,v 2.0.2.14 1997/06/22 05:17:47 darrenr Exp"; #endif #if !defined(_KERNEL) && !defined(KERNEL) diff --git a/sys/netinet/ip_frag.h b/sys/netinet/ip_frag.h index 89701601438a..33a65d891b6e 100644 --- a/sys/netinet/ip_frag.h +++ b/sys/netinet/ip_frag.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_frag.h,v 1.6 1997/07/05 05:38:18 darrenr Exp $ */ +/* $NetBSD: ip_frag.h,v 1.7 1997/07/06 05:29:18 thorpej Exp $ */ /* * (C)opyright 1993-1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_frag.h 1.5 3/24/96 - * $Id: ip_frag.h,v 1.6 1997/07/05 05:38:18 darrenr Exp $ + * Id: ip_frag.h,v 2.0.2.9 1997/06/16 02:46:12 darrenr Exp */ #ifndef __IP_FRAG_H__ diff --git a/sys/netinet/ip_nat.c b/sys/netinet/ip_nat.c index 17e24d8d490f..30860d185481 100644 --- a/sys/netinet/ip_nat.c +++ b/sys/netinet/ip_nat.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_nat.c,v 1.9 1997/07/06 05:14:08 thorpej Exp $ */ +/* $NetBSD: ip_nat.c,v 1.10 1997/07/06 05:29:19 thorpej Exp $ */ /* * (C)opyright 1995-1996 by Darren Reed. @@ -11,7 +11,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)ip_nat.c 1.11 6/5/96 (C) 1995 Darren Reed"; -static char rcsid[] = "$Id: ip_nat.c,v 1.9 1997/07/06 05:14:08 thorpej Exp $"; +static char rcsid[] = "Id: ip_nat.c,v 2.0.2.25 1997/06/22 07:21:25 darrenr Exp"; #endif #if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL) diff --git a/sys/netinet/ip_nat.h b/sys/netinet/ip_nat.h index 887126dfa2f9..8f2694948895 100644 --- a/sys/netinet/ip_nat.h +++ b/sys/netinet/ip_nat.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_nat.h,v 1.8 1997/07/05 05:38:21 darrenr Exp $ */ +/* $NetBSD: ip_nat.h,v 1.9 1997/07/06 05:29:20 thorpej Exp $ */ /* * (C)opyright 1995-1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_nat.h 1.5 2/4/96 - * $Id: ip_nat.h,v 1.8 1997/07/05 05:38:21 darrenr Exp $ + * Id: ip_nat.h,v 2.0.2.16 1997/06/22 07:05:54 darrenr Exp */ #ifndef __IP_NAT_H__ diff --git a/sys/netinet/ip_proxy.c b/sys/netinet/ip_proxy.c index 46de5fa6add4..41850bb8afec 100644 --- a/sys/netinet/ip_proxy.c +++ b/sys/netinet/ip_proxy.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_proxy.c,v 1.4 1997/07/05 05:38:22 darrenr Exp $ */ +/* $NetBSD: ip_proxy.c,v 1.5 1997/07/06 05:29:20 thorpej Exp $ */ /* * (C)opyright 1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. */ #if !defined(lint) && defined(LIBC_SCCS) -static char rcsid[] = "$Id: ip_proxy.c,v 1.4 1997/07/05 05:38:22 darrenr Exp $"; +static char rcsid[] = "Id: ip_proxy.c,v 2.0.2.5 1997/07/05 04:38:46 darrenr Exp"; #endif #if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL) diff --git a/sys/netinet/ip_proxy.h b/sys/netinet/ip_proxy.h index fc87ff517f7a..75b95bd4e0ea 100644 --- a/sys/netinet/ip_proxy.h +++ b/sys/netinet/ip_proxy.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_proxy.h,v 1.5 1997/07/05 05:38:22 darrenr Exp $ */ +/* $NetBSD: ip_proxy.h,v 1.6 1997/07/06 05:29:21 thorpej Exp $ */ /* * (C)opyright 1997 by Darren Reed. @@ -7,7 +7,7 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_proxy.h,v 1.5 1997/07/05 05:38:22 darrenr Exp $ + * Id: ip_proxy.h,v 2.0.2.7 1997/07/05 04:38:48 darrenr Exp */ #ifndef __IP_PROXY_H__ diff --git a/sys/netinet/ip_state.c b/sys/netinet/ip_state.c index f2bf5bc7ca11..ad26072744a0 100644 --- a/sys/netinet/ip_state.c +++ b/sys/netinet/ip_state.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_state.c,v 1.7 1997/07/05 05:38:23 darrenr Exp $ */ +/* $NetBSD: ip_state.c,v 1.8 1997/07/06 05:29:22 thorpej Exp $ */ /* * (C)opyright 1995 by Darren Reed. @@ -9,7 +9,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)ip_state.c 1.8 6/5/96 (C) 1993-1995 Darren Reed"; -static char rcsid[] = "$Id: ip_state.c,v 1.7 1997/07/05 05:38:23 darrenr Exp $"; +static char rcsid[] = "Id: ip_state.c,v 2.0.2.17 1997/06/22 05:16:30 darrenr Exp"; #endif #if !defined(_KERNEL) && !defined(KERNEL) diff --git a/sys/netinet/ip_state.h b/sys/netinet/ip_state.h index bdd56fbc92ee..486f231414dc 100644 --- a/sys/netinet/ip_state.h +++ b/sys/netinet/ip_state.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_state.h,v 1.6 1997/07/05 05:38:24 darrenr Exp $ */ +/* $NetBSD: ip_state.h,v 1.7 1997/07/06 05:29:23 thorpej Exp $ */ /* * (C)opyright 1995-1997 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed - * $Id: ip_state.h,v 1.6 1997/07/05 05:38:24 darrenr Exp $ + * Id: ip_state.h,v 2.0.2.11 1997/06/16 02:44:23 darrenr Exp */ #ifndef __IP_STATE_H__ #define __IP_STATE_H__