diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-08 17:21:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-08 17:21:10 +0000 |
commit | 2d990d8d48d245a144495bbe93cd3aa83e803d87 (patch) | |
tree | 50e90989732eaa362e6a35afdebe34abcb09a306 /sys/kern/vfs_conf.c | |
parent | cd2befe4e3348e127a2a175ef440ed42ecb65b7c (diff) |
Sync to NetBSD; some extra KNF
Diffstat (limited to 'sys/kern/vfs_conf.c')
-rw-r--r-- | sys/kern/vfs_conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index a5ceabed287..70f70269a85 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_conf.c,v 1.9 1997/11/07 16:51:21 csapuntz Exp $ */ +/* $OpenBSD: vfs_conf.c,v 1.10 1997/11/08 17:21:04 niklas Exp $ */ /* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */ /* @@ -52,6 +52,7 @@ #ifdef CD9660 #include <isofs/cd9660/iso.h> +#include <isofs/cd9660/cd9660_extern.h> #endif #ifdef MFS |