summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-02-15 05:05:34 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-02-15 05:05:34 +0000
commit0584840a66631455c4c44387526ce706056faee0 (patch)
tree428f84db2f5933e97a301031deacf7e0c99570a9
parent752de797fadc7498d0b3bff25be6f1011adec10d (diff)
We don't need to include xfs_extern.h
-rw-r--r--sys/kern/vfs_conf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index 502d885b904..e644aea1b28 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_conf.c,v 1.12 1998/08/30 17:11:36 art Exp $ */
+/* $OpenBSD: vfs_conf.c,v 1.13 1999/02/15 05:05:33 art Exp $ */
/* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */
/*
@@ -59,10 +59,6 @@
#include <ufs/mfs/mfs_extern.h>
#endif
-#ifdef XFS
-#include <xfs/xfs_extern.h>
-#endif
-
#ifdef NFSCLIENT
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>