diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 06:24:06 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 06:24:06 +0000 |
commit | c962ada4d29b57ee4abf5ff80d7b72671ae5692d (patch) | |
tree | 65f2f69e8fd321d480d0f2df7dea4fecaf5032ad /sys/arch/sun3 | |
parent | 1308ed08bc9f1b2578da7f85d8f5706df5c39054 (diff) |
IPF cleanup; openbsd@davidkrause.com
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/include/conf.h | 11 |
1 files changed, 1 insertions, 10 deletions
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); |