summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:14:15 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:14:15 +0000
commit325798522164c6b5ba00e7ffab4a31589a2feac9 (patch)
tree629b28f5209832c54441b3d9589c6553947c4004
parent3c35fb842172f4c081738aa50a772230f6530eb7 (diff)
missing ipf cdev_decl
-rw-r--r--sys/sys/conf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index e921444adaf..b4f15c988ca 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.21 1997/05/14 01:17:22 deraadt Exp $ */
+/* $OpenBSD: conf.h,v 1.22 1997/11/23 05:14:14 mickey Exp $ */
/* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */
/*-
@@ -437,6 +437,8 @@ cdev_decl(tun);
cdev_decl(random);
+cdev_decl(ipf);
+
#ifdef COMPAT_SVR4
# define NSVR4_NET 1
#else