aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:59:13 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:58 +0000
commit5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (patch)
treee283c23a21f2a1aef06792047f5d1daf13dab7fc /sbin/ipf
parent8a7b61203704d362cfbc66c00619f51b24106b55 (diff)
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/ipf/bpf_filter.c5
-rw-r--r--sbin/ipf/ipsend/ip.c4
-rw-r--r--sbin/ipf/ipsend/ipresend.c4
-rw-r--r--sbin/ipf/ipsend/iptest.c4
-rw-r--r--sbin/ipf/ipsend/iptests.c4
5 files changed, 0 insertions, 21 deletions
diff --git a/sbin/ipf/ipf/bpf_filter.c b/sbin/ipf/ipf/bpf_filter.c
index b380eb8e20ee..bd7012d2f1ab 100644
--- a/sbin/ipf/ipf/bpf_filter.c
+++ b/sbin/ipf/ipf/bpf_filter.c
@@ -37,11 +37,6 @@
* SUCH DAMAGE.
*/
-#if !(defined(lint) || defined(KERNEL) || defined(_KERNEL))
-static const char rcsid[] =
- "@(#) $Header: /devel/CVS/IP-Filter/bpf_filter.c,v 2.2.2.3 2006/10/03 11:25:56 darrenr Exp $ (LBL)";
-#endif
-
#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/sbin/ipf/ipsend/ip.c b/sbin/ipf/ipsend/ip.c
index 14197c382260..177563e65c9c 100644
--- a/sbin/ipf/ipsend/ip.c
+++ b/sbin/ipf/ipsend/ip.c
@@ -4,10 +4,6 @@
*
* See the IPFILTER.LICENCE file for details on licencing.
*/
-#if !defined(lint)
-static const char sccsid[] = "%W% %G% (C)1995";
-static const char rcsid[] = "@(#)$Id$";
-#endif
#include <sys/param.h>
#include <sys/types.h>
#include <netinet/in_systm.h>
diff --git a/sbin/ipf/ipsend/ipresend.c b/sbin/ipf/ipsend/ipresend.c
index be7b5bc1943a..c00367a4a586 100644
--- a/sbin/ipf/ipsend/ipresend.c
+++ b/sbin/ipf/ipsend/ipresend.c
@@ -5,10 +5,6 @@
* See the IPFILTER.LICENCE file for details on licencing.
*
*/
-#if !defined(lint)
-static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id$";
-#endif
#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/sbin/ipf/ipsend/iptest.c b/sbin/ipf/ipsend/iptest.c
index 16b97c221f41..db31168cd380 100644
--- a/sbin/ipf/ipsend/iptest.c
+++ b/sbin/ipf/ipsend/iptest.c
@@ -5,10 +5,6 @@
* See the IPFILTER.LICENCE file for details on licencing.
*
*/
-#if !defined(lint)
-static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id$";
-#endif
#include <sys/param.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/sbin/ipf/ipsend/iptests.c b/sbin/ipf/ipsend/iptests.c
index 3fccf1389f6c..1015e74a3254 100644
--- a/sbin/ipf/ipsend/iptests.c
+++ b/sbin/ipf/ipsend/iptests.c
@@ -5,10 +5,6 @@
* See the IPFILTER.LICENCE file for details on licencing.
*
*/
-#if !defined(lint)
-static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id$";
-#endif
#include <sys/param.h>
#include <sys/types.h>
#if defined(__NetBSD__) && defined(__vax__)