diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 9 | ||||
-rw-r--r-- | sys/arch/sun3/include/conf.h | 11 |
2 files changed, 2 insertions, 18 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index 1dc3d00790e..bbcc407050c 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.10 1999/07/23 19:11:27 jason Exp $ */ +/* $OpenBSD: conf.h,v 1.11 2001/06/27 06:23:28 angelos Exp $ */ /* $NetBSD: conf.h,v 1.8 1996/12/31 07:12:43 mrg Exp $ */ /* @@ -76,13 +76,6 @@ cdev_decl(tcx); cdev_decl(cgfourteen); -cdev_decl(ipl); -#ifdef IPFILTER -#define NIPF 1 -#else -#define NIPF 0 -#endif - bdev_decl(xd); cdev_decl(xd); 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); |