Remove SCCS markers and make these compile in $NetBSD$ IDs.

This commit is contained in:
cjs 1999-02-02 19:57:30 +00:00
parent 2e8b57510c
commit 8befad84b1
7 changed files with 35 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fil.c,v 1.26 1999/01/23 08:50:52 mycroft Exp $ */
/* $NetBSD: fil.c,v 1.27 1999/02/02 19:57:30 cjs Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
@ -8,9 +8,13 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: fil.c,v 1.27 1999/02/02 19:57:30 cjs Exp $";
#else
static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-1996 Darren Reed";
static const char rcsid[] = "@(#)Id: fil.c,v 2.0.2.41.2.27 1998/11/22 01:50:15 darrenr Exp ";
#endif
#endif
#include <sys/errno.h>
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_auth.c,v 1.10 1999/01/19 23:39:56 mycroft Exp $ */
/* $NetBSD: ip_auth.c,v 1.11 1999/02/02 19:57:31 cjs Exp $ */
/*
* Copyright (C) 1998 by Darren Reed & Guido van Rooij.
@ -8,8 +8,12 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_auth.c,v 1.11 1999/02/02 19:57:31 cjs Exp $";
#else
static const char rcsid[] = "@(#)Id: ip_auth.c,v 2.0.2.21.2.7 1998/11/22 01:50:19 darrenr Exp ";
#endif
#endif
#include <sys/errno.h>
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_fil.c,v 1.33 1999/01/19 23:39:57 mycroft Exp $ */
/* $NetBSD: ip_fil.c,v 1.34 1999/02/02 19:57:31 cjs Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
@ -8,9 +8,13 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_fil.c,v 1.34 1999/02/02 19:57:31 cjs Exp $";
#else
static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-1995 Darren Reed";
static const char rcsid[] = "@(#)Id: ip_fil.c,v 2.0.2.44.2.10 1998/11/22 01:50:22 darrenr Exp ";
#endif
#endif
#ifndef SOLARIS
#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_frag.c,v 1.13 1998/11/22 15:17:19 mrg Exp $ */
/* $NetBSD: ip_frag.c,v 1.14 1999/02/02 19:57:32 cjs Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
@ -8,9 +8,13 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_frag.c,v 1.14 1999/02/02 19:57:32 cjs Exp $";
#else
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 2.0.2.19.2.6 1998/11/22 01:50:25 darrenr Exp ";
#endif
#endif
#include <sys/errno.h>
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_nat.c,v 1.23 1998/11/22 15:17:19 mrg Exp $ */
/* $NetBSD: ip_nat.c,v 1.24 1999/02/02 19:57:32 cjs Exp $ */
/*
* Copyright (C) 1995-1998 by Darren Reed.
@ -10,9 +10,13 @@
* Added redirect stuff and a LOT of bug fixes. (mcn@EnGarde.com)
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_nat.c,v 1.24 1999/02/02 19:57:32 cjs Exp $";
#else
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 2.0.2.44.2.30 1998/11/22 01:50:27 darrenr Exp ";
#endif
#endif
#if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL)
#define _KERNEL

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_proxy.c,v 1.16 1999/01/23 08:50:52 mycroft Exp $ */
/* $NetBSD: ip_proxy.c,v 1.17 1999/02/02 19:57:32 cjs Exp $ */
/*
* Copyright (C) 1997-1998 by Darren Reed.
@ -8,8 +8,12 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_proxy.c,v 1.17 1999/02/02 19:57:32 cjs Exp $";
#else
static const char rcsid[] = "@(#)Id: ip_proxy.c,v 2.0.2.11.2.15 1998/11/22 01:50:29 darrenr Exp ";
#endif
#endif
#if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL)
# define _KERNEL

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_state.c,v 1.16 1998/11/22 15:17:20 mrg Exp $ */
/* $NetBSD: ip_state.c,v 1.17 1999/02/02 19:57:32 cjs Exp $ */
/*
* Copyright (C) 1995-1998 by Darren Reed.
@ -8,9 +8,13 @@
* to the original author and the contributors.
*/
#if !defined(lint)
#if defined(__NetBSD__)
static const char rcsid[] = "$NetBSD: ip_state.c,v 1.17 1999/02/02 19:57:32 cjs Exp $";
#else
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 2.0.2.24.2.25 1998/11/22 01:50:31 darrenr Exp ";
#endif
#endif
#include <sys/errno.h>
#include <sys/types.h>