summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 06:24:06 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 06:24:06 +0000
commitc962ada4d29b57ee4abf5ff80d7b72671ae5692d (patch)
tree65f2f69e8fd321d480d0f2df7dea4fecaf5032ad /sys/arch/sun3
parent1308ed08bc9f1b2578da7f85d8f5706df5c39054 (diff)
IPF cleanup; openbsd@davidkrause.com
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/include/conf.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/sun3/include/conf.h b/sys/arch/sun3/include/conf.h
index 3a0db95395a..29f48f56084 100644
--- a/sys/arch/sun3/include/conf.h
+++ b/sys/arch/sun3/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.8 2000/03/02 23:01:45 todd Exp $ */
+/* $OpenBSD: conf.h,v 1.9 2001/06/27 06:24:05 angelos Exp $ */
/*-
* Copyright (c) 1996 Kenneth Stailey. All rights reserved.
@@ -75,13 +75,4 @@ cdev_decl(cg2);
#include "cgfour.h"
cdev_decl(cg4);
-/* IP packet filtering */
-/* open, close, read, ioctl */
-cdev_decl(ipl);
-#ifdef IPFILTER
-#define NIPF 1
-#else
-#define NIPF 0
-#endif
-
cdev_decl(ksyms);