diff options
-rw-r--r-- | sys/netinet/fil.c | 5 | ||||
-rw-r--r-- | sys/netinet/ip_auth.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_auth.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_fil.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_fil_compat.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_frag.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_frag.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_ftp_pxy.c | 1 | ||||
-rw-r--r-- | sys/netinet/ip_log.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_nat.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_nat.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_proxy.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_proxy.h | 3 | ||||
-rw-r--r-- | sys/netinet/ip_rmd160.c | 1 | ||||
-rw-r--r-- | sys/netinet/ip_state.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_state.h | 3 |
16 files changed, 31 insertions, 15 deletions
diff --git a/sys/netinet/fil.c b/sys/netinet/fil.c index ec88678a4d2..e79e82706a2 100644 --- a/sys/netinet/fil.c +++ b/sys/netinet/fil.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fil.c,v 1.12 1998/02/17 01:39:01 dgregor Exp $ */ /* * Copyright (C) 1993-1997 by Darren Reed. * @@ -7,7 +8,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-1996 Darren Reed"; -static const char rcsid[] = "@(#)$Id: fil.c,v 1.11 1998/01/26 04:10:37 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: fil.c,v 1.12 1998/02/17 01:39:01 dgregor Exp $"; #endif #include <sys/errno.h> @@ -1073,7 +1074,7 @@ nodata: * SUCH DAMAGE. * * @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94 - * $Id: fil.c,v 1.11 1998/01/26 04:10:37 dgregor Exp $ + * $Id: fil.c,v 1.12 1998/02/17 01:39:01 dgregor Exp $ */ /* * Copy data from an mbuf chain starting "off" bytes from the beginning, diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c index e465651281a..29b8c040ff4 100644 --- a/sys/netinet/ip_auth.c +++ b/sys/netinet/ip_auth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_auth.c,v 1.2 1998/02/17 01:39:01 dgregor Exp $ */ /* * Copyright (C) 1997 by Darren Reed & Guido van Rooij. * @@ -6,7 +7,7 @@ * to the original author and the contributors. */ #if !defined(lint) -static const char rcsid[] = "@(#)$Id: ip_auth.c,v 1.1 1998/01/26 04:10:38 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: ip_auth.c,v 1.2 1998/02/17 01:39:01 dgregor Exp $"; #endif #if !defined(_KERNEL) && !defined(KERNEL) diff --git a/sys/netinet/ip_auth.h b/sys/netinet/ip_auth.h index f2fd714be4a..bf058fbc007 100644 --- a/sys/netinet/ip_auth.h +++ b/sys/netinet/ip_auth.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_auth.h,v 1.2 1998/02/17 01:39:02 dgregor Exp $ */ /* * Copyright (C) 1997 by Darren Reed & Guido Van Rooij. * @@ -5,7 +6,7 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_auth.h,v 1.1 1998/01/26 04:10:38 dgregor Exp $ + * $Id: ip_auth.h,v 1.2 1998/02/17 01:39:02 dgregor Exp $ * */ #ifndef __IP_AUTH_H__ diff --git a/sys/netinet/ip_fil.h b/sys/netinet/ip_fil.h index 8bb0186cb60..ede52b497a5 100644 --- a/sys/netinet/ip_fil.h +++ b/sys/netinet/ip_fil.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_fil.h,v 1.10 1998/02/17 01:39:02 dgregor Exp $ */ /* * Copyright (C) 1993-1997 by Darren Reed. * @@ -6,7 +7,7 @@ * to the original author and the contributors. * * @(#)ip_fil.h 1.35 6/5/96 - * $Id: ip_fil.h,v 1.9 1998/01/26 04:10:39 dgregor Exp $ + * $Id: ip_fil.h,v 1.10 1998/02/17 01:39:02 dgregor Exp $ */ #ifndef __IP_FIL_H__ diff --git a/sys/netinet/ip_fil_compat.h b/sys/netinet/ip_fil_compat.h index 8c2af6adb33..323a6b95bb5 100644 --- a/sys/netinet/ip_fil_compat.h +++ b/sys/netinet/ip_fil_compat.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_fil_compat.h,v 1.8 1998/02/17 01:39:03 dgregor Exp $ */ /* * Copyright (C) 1993-1997 by Darren Reed. * @@ -6,7 +7,7 @@ * to the original author and the contributors. * * @(#)ip_compat.h 1.8 1/14/96 - * $Id: ip_fil_compat.h,v 1.7 1998/01/26 04:10:40 dgregor Exp $ + * $Id: ip_fil_compat.h,v 1.8 1998/02/17 01:39:03 dgregor Exp $ */ #ifndef __IP_COMPAT_H__ diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c index 00c0ebe7879..7abb5ca555d 100644 --- a/sys/netinet/ip_frag.c +++ b/sys/netinet/ip_frag.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_frag.c,v 1.9 1998/02/17 01:39:03 dgregor Exp $ */ /* * Copyright (C) 1993-1997 by Darren Reed. * @@ -7,7 +8,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ip_frag.c,v 1.8 1998/01/26 04:10:41 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: ip_frag.c,v 1.9 1998/02/17 01:39:03 dgregor Exp $"; #endif #if !defined(_KERNEL) && !defined(KERNEL) diff --git a/sys/netinet/ip_frag.h b/sys/netinet/ip_frag.h index cd22ae5da87..df88bc34ac7 100644 --- a/sys/netinet/ip_frag.h +++ b/sys/netinet/ip_frag.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_frag.h,v 1.7 1998/02/17 01:39:04 dgregor Exp $ */ /* * Copyright (C) 1993-1997 by Darren Reed. * @@ -6,7 +7,7 @@ * to the original author and the contributors. * * @(#)ip_frag.h 1.5 3/24/96 - * $Id: ip_frag.h,v 1.6 1998/01/26 04:10:41 dgregor Exp $ + * $Id: ip_frag.h,v 1.7 1998/02/17 01:39:04 dgregor Exp $ */ #ifndef __IP_FRAG_H__ diff --git a/sys/netinet/ip_ftp_pxy.c b/sys/netinet/ip_ftp_pxy.c index 5d6ce1fc002..499f851d302 100644 --- a/sys/netinet/ip_ftp_pxy.c +++ b/sys/netinet/ip_ftp_pxy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_ftp_pxy.c,v 1.2 1998/02/17 01:39:04 dgregor Exp $ */ /* * Simple FTP transparent proxy for in-kernel use. For use with the NAT * code. diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c index fa04c62e9e7..0062fe43eca 100644 --- a/sys/netinet/ip_log.c +++ b/sys/netinet/ip_log.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_log.c,v 1.2 1998/02/17 01:39:04 dgregor Exp $ */ /* * Copyright (C) 1997 by Darren Reed. * @@ -5,7 +6,7 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_log.c,v 1.1 1998/01/26 04:10:43 dgregor Exp $ + * $Id: ip_log.c,v 1.2 1998/02/17 01:39:04 dgregor Exp $ */ #ifdef IPFILTER_LOG # ifndef SOLARIS diff --git a/sys/netinet/ip_nat.c b/sys/netinet/ip_nat.c index b338bde479f..b8bcd234319 100644 --- a/sys/netinet/ip_nat.c +++ b/sys/netinet/ip_nat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_nat.c,v 1.14 1998/02/17 01:39:05 dgregor Exp $ */ /* * Copyright (C) 1995-1997 by Darren Reed. * @@ -9,7 +10,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)ip_nat.c 1.11 6/5/96 (C) 1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ip_nat.c,v 1.13 1998/01/26 04:10:43 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: ip_nat.c,v 1.14 1998/02/17 01:39:05 dgregor Exp $"; #endif #if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL) diff --git a/sys/netinet/ip_nat.h b/sys/netinet/ip_nat.h index 525c5538867..6b2fe2348c3 100644 --- a/sys/netinet/ip_nat.h +++ b/sys/netinet/ip_nat.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_nat.h,v 1.9 1998/02/17 01:39:05 dgregor Exp $ */ /* * Copyright (C) 1995-1997 by Darren Reed. * @@ -6,7 +7,7 @@ * to the original author and the contributors. * * @(#)ip_nat.h 1.5 2/4/96 - * $Id: ip_nat.h,v 1.8 1998/01/26 04:10:44 dgregor Exp $ + * $Id: ip_nat.h,v 1.9 1998/02/17 01:39:05 dgregor Exp $ */ #ifndef __IP_NAT_H__ diff --git a/sys/netinet/ip_proxy.c b/sys/netinet/ip_proxy.c index be571686302..295462624a5 100644 --- a/sys/netinet/ip_proxy.c +++ b/sys/netinet/ip_proxy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_proxy.c,v 1.2 1998/02/17 01:39:06 dgregor Exp $ */ /* * Copyright (C) 1997 by Darren Reed. * @@ -6,7 +7,7 @@ * to the original author and the contributors. */ #if !defined(lint) -static const char rcsid[] = "@(#)$Id: ip_proxy.c,v 1.1 1998/01/26 04:10:45 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: ip_proxy.c,v 1.2 1998/02/17 01:39:06 dgregor Exp $"; #endif #if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL) diff --git a/sys/netinet/ip_proxy.h b/sys/netinet/ip_proxy.h index f802657bf1b..8aeafe5fd8a 100644 --- a/sys/netinet/ip_proxy.h +++ b/sys/netinet/ip_proxy.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_proxy.h,v 1.2 1998/02/17 01:39:06 dgregor Exp $ */ /* * Copyright (C) 1997 by Darren Reed. * @@ -5,7 +6,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.1 1998/01/26 04:10:45 dgregor Exp $ + * $Id: ip_proxy.h,v 1.2 1998/02/17 01:39:06 dgregor Exp $ */ #ifndef __IP_PROXY_H__ diff --git a/sys/netinet/ip_rmd160.c b/sys/netinet/ip_rmd160.c index dca3589e69c..a4086e8f4c4 100644 --- a/sys/netinet/ip_rmd160.c +++ b/sys/netinet/ip_rmd160.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_rmd160.c,v 1.2 1998/02/17 01:39:07 dgregor Exp $ */ /********************************************************************\ * * FILE: rmd160.c diff --git a/sys/netinet/ip_state.c b/sys/netinet/ip_state.c index ce70b16f9a3..3c54d9bfc72 100644 --- a/sys/netinet/ip_state.c +++ b/sys/netinet/ip_state.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_state.c,v 1.11 1998/02/17 01:39:07 dgregor Exp $ */ /* * Copyright (C) 1995-1997 by Darren Reed. * @@ -7,7 +8,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)ip_state.c 1.8 6/5/96 (C) 1993-1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ip_state.c,v 1.10 1998/01/26 04:10:46 dgregor Exp $"; +static const char rcsid[] = "@(#)$Id: ip_state.c,v 1.11 1998/02/17 01:39:07 dgregor Exp $"; #endif #if !defined(_KERNEL) && !defined(KERNEL) && !defined(__KERNEL__) diff --git a/sys/netinet/ip_state.h b/sys/netinet/ip_state.h index 76780f18e7f..84a4d0dbdf7 100644 --- a/sys/netinet/ip_state.h +++ b/sys/netinet/ip_state.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ip_state.h,v 1.7 1998/02/17 01:39:08 dgregor Exp $ */ /* * Copyright (C) 1995-1997 by Darren Reed. * @@ -6,7 +7,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 1998/01/26 04:10:46 dgregor Exp $ + * $Id: ip_state.h,v 1.7 1998/02/17 01:39:08 dgregor Exp $ */ #ifndef __IP_STATE_H__ #define __IP_STATE_H__ |