summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 06:16:40 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 06:16:40 +0000
commit2dda233b203f5ed37ee4b69b290902b48059865d (patch)
tree51d6102cb4c8fb8edffd76ff9eb218365025acb3 /sys
parent4177bf456a7738295257313e1a42f6233d2553e6 (diff)
Remove IPF references; openbsd@davidkrause.com
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/conf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c
index 6648a10318a..5d7b3b13d15 100644
--- a/sys/arch/alpha/alpha/conf.c
+++ b/sys/arch/alpha/alpha/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.27 2001/06/27 05:50:03 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.28 2001/06/27 06:16:39 angelos Exp $ */
/* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */
/*-
@@ -109,11 +109,6 @@ cdev_decl(com);
cdev_decl(lpt);
cdev_decl(rd);
cdev_decl(raid);
-#ifdef IPFILTER
-#define NIPF 1
-#else
-#define NIPF 0
-#endif
cdev_decl(prom); /* XXX XXX XXX */
cdev_decl(wd);
#include "cy.h"