diff options
author | 2001-06-27 06:16:39 +0000 | |
---|---|---|
committer | 2001-06-27 06:16:39 +0000 | |
commit | e6613affdf4064bf9f0adcf29d5734451c7d153e (patch) | |
tree | 327549eeb6a0b48fb56c49228d9bcaf902175ce2 | |
parent | use proper size for swapping (diff) | |
download | wireguard-openbsd-e6613affdf4064bf9f0adcf29d5734451c7d153e.tar.xz wireguard-openbsd-e6613affdf4064bf9f0adcf29d5734451c7d153e.zip |
Remove IPF references; openbsd@davidkrause.com
-rw-r--r-- | sys/arch/alpha/alpha/conf.c | 7 |
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" |