summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_subr.c
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-12 06:52:51 +0000
committermpp <mpp@FreeBSD.org>1997-02-12 06:52:51 +0000
commit50f9d7b97882a3487ff9307ad84b5e6a30da89bc (patch)
tree053528cf5deae54e35e0a5c1525741c4bb25048b /sys/fs/unionfs/union_subr.c
parentd05d971648c10cc26a47b24e1c078d627b793374 (diff)
downloadFreeBSD-src-50f9d7b97882a3487ff9307ad84b5e6a30da89bc.zip
FreeBSD-src-50f9d7b97882a3487ff9307ad84b5e6a30da89bc.tar.gz
Add function prototypes for most of the new Lite2 functions.
Also made a few of the miscfs routines static to be consistent. Some modules simply required some additional #includes to remove -Wall warnings.
Diffstat (limited to 'sys/fs/unionfs/union_subr.c')
-rw-r--r--sys/fs/unionfs/union_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c
index 63e25e6..837d025 100644
--- a/sys/fs/unionfs/union_subr.c
+++ b/sys/fs/unionfs/union_subr.c
@@ -50,7 +50,8 @@
#include <sys/queue.h>
#include <sys/mount.h>
#include <sys/stat.h>
-#include <vm/vm.h> /* for vnode_pager_setsize */
+#include <vm/vm.h>
+#include <vm/vm_extern.h> /* for vnode_pager_setsize */
#include <miscfs/union/union.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud