summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorassar <assar@cvs.openbsd.org>2000-02-07 04:53:34 +0000
committerassar <assar@cvs.openbsd.org>2000-02-07 04:53:34 +0000
commitb83c46a34b8c1c74a003f80572a5d77054c9368f (patch)
tree4ed6a140cdd31126da04c9585767911773b40418 /sys/kern
parent965397ed1c94a6e3fce528bf5f1e120fdfc1edde (diff)
at least make it compile with LFS defined
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_conf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index e644aea1b28..a08299bdaca 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_conf.c,v 1.13 1999/02/15 05:05:33 art Exp $ */
+/* $OpenBSD: vfs_conf.c,v 1.14 2000/02/07 04:53:33 assar Exp $ */
/* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */
/*
@@ -46,6 +46,10 @@
#include <ufs/ffs/ffs_extern.h>
#endif
+#ifdef LFS
+#include <ufs/lfs/lfs_extern.h>
+#endif
+
#ifdef EXT2FS
#include <ufs/ext2fs/ext2fs_extern.h>
#endif