1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Export a symbol that ext2fs wants (insmntque.)

This commit is contained in:
John Dyson 1995-11-08 04:51:15 +00:00
parent f3c33c9336
commit ef27d1fe9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12148

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vnode.h 8.7 (Berkeley) 2/4/94
* $Id: vnode.h,v 1.21 1995/06/28 12:01:07 davidg Exp $
* $Id: vnode.h,v 1.22 1995/07/06 11:48:38 davidg Exp $
*/
#ifndef _SYS_VNODE_H_
@ -426,6 +426,7 @@ void vput __P((struct vnode *vp));
void vref __P((struct vnode *vp));
void vrele __P((struct vnode *vp));
int vn_writechk __P((struct vnode *vp));
void insmntque __P((struct vnode *, struct mount *));
void vfs_opv_init __P((struct vnodeopv_desc **));
#endif /* KERNEL */