diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-13 16:09:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-13 16:09:48 +0000 |
commit | bc7cb0628b06edd0c18dd801b5073166655897d5 (patch) | |
tree | ad713260af34f88a2022def14587bb932f91bd96 /sys | |
parent | 83c1c417c283b3072ad5eda615011264332bae86 (diff) |
Fix IPFILTER & ramdisk configuration info
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/include/conf.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/amiga/include/conf.h b/sys/arch/amiga/include/conf.h index e3bfee98297..c9ed4af4cc3 100644 --- a/sys/arch/amiga/include/conf.h +++ b/sys/arch/amiga/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.6 1997/01/16 09:25:45 niklas Exp $ */ +/* $OpenBSD: conf.h,v 1.7 1997/05/13 16:09:47 niklas Exp $ */ /* $NetBSD: conf.h,v 1.4 1996/11/30 01:13:07 is Exp $ */ /* @@ -45,6 +45,11 @@ cdev_decl(fd); cdev_decl(grf); cdev_decl(ipl); +#ifdef IPFILTER +#define NIPF 1 +#else +#define NIPF 0 +#endif cdev_decl(ite); @@ -65,7 +70,7 @@ cdev_decl(msc); cdev_decl(par); bdev_decl(rd); -/* no cdev for rd */ +cdev_decl(rd); cdev_decl(random); |