Restore original RCS IDs.

This commit is contained in:
thorpej 1997-07-06 05:29:13 +00:00
parent 7d072d8efa
commit b19b36aff5
12 changed files with 24 additions and 24 deletions

View File

@ -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 <sys/errno.h>

View File

@ -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__

View File

@ -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

View File

@ -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__

View File

@ -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)

View File

@ -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__

View File

@ -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)

View File

@ -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__

View File

@ -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)

View File

@ -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__

View File

@ -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)

View File

@ -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__