diff options
author | 2001-06-27 06:18:29 +0000 | |
---|---|---|
committer | 2001-06-27 06:18:29 +0000 | |
commit | d5541e74b990f7c06556e945a5b5603c751da39b (patch) | |
tree | 5cd02004eb3c6f760e597dcae435e1ec47125c81 | |
parent | Another symetric -> symmetric (diff) | |
download | wireguard-openbsd-d5541e74b990f7c06556e945a5b5603c751da39b.tar.xz wireguard-openbsd-d5541e74b990f7c06556e945a5b5603c751da39b.zip |
IPF bye bye; openbsd@davidkrause.com, ok niklas@
-rw-r--r-- | sys/arch/amiga/include/conf.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/amiga/include/conf.h b/sys/arch/amiga/include/conf.h index 3b0f2a76fad..e4f8d3cba8c 100644 --- a/sys/arch/amiga/include/conf.h +++ b/sys/arch/amiga/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.12 2000/09/02 13:45:40 espie Exp $ */ +/* $OpenBSD: conf.h,v 1.13 2001/06/27 06:18:29 angelos Exp $ */ /* $NetBSD: conf.h,v 1.4 1996/11/30 01:13:07 is Exp $ */ /* @@ -37,13 +37,6 @@ cdev_decl(fd); cdev_decl(grf); -cdev_decl(ipl); -#ifdef IPFILTER -#define NIPF 1 -#else -#define NIPF 0 -#endif - cdev_decl(ite); cdev_decl(kbd); |