diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-12 14:55:01 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-12 14:55:01 +0000 |
commit | 23e792be1c1ea901d9cbcad586d9153768daca0e (patch) | |
tree | 91fea1800cbe050db2f592c35db2b49bb7d7719e /sys/miscfs/nullfs/null.h | |
parent | 229d4868f7ce2feaa5ac667210bf71b2a2949294 (diff) | |
download | FreeBSD-src-23e792be1c1ea901d9cbcad586d9153768daca0e.zip FreeBSD-src-23e792be1c1ea901d9cbcad586d9153768daca0e.tar.gz |
Make this compile again after the Lite2 merge.
Also add missing function prototypes.
Diffstat (limited to 'sys/miscfs/nullfs/null.h')
-rw-r--r-- | sys/miscfs/nullfs/null.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h index 70a81b2..cf0b62b 100644 --- a/sys/miscfs/nullfs/null.h +++ b/sys/miscfs/nullfs/null.h @@ -57,6 +57,7 @@ struct null_node { struct vnode *null_vnode; /* Back pointer */ }; +extern int nullfs_init __P((struct vfsconf *vfsp)); extern int null_node_create __P((struct mount *mp, struct vnode *target, struct vnode **vpp)); #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) |