summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-06-27 06:16:39 +0000
committerangelos <angelos@openbsd.org>2001-06-27 06:16:39 +0000
commite6613affdf4064bf9f0adcf29d5734451c7d153e (patch)
tree327549eeb6a0b48fb56c49228d9bcaf902175ce2
parentuse proper size for swapping (diff)
downloadwireguard-openbsd-e6613affdf4064bf9f0adcf29d5734451c7d153e.tar.xz
wireguard-openbsd-e6613affdf4064bf9f0adcf29d5734451c7d153e.zip
Remove IPF references; openbsd@davidkrause.com
-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"