Author: lwhsu
Date: Mon Dec 16 13:32:06 2019
New Revision: 355802
URL: https://svnweb.freebsd.org/changeset/base/355802
Log:
Fix gcc build after r355790
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/vnode.h
Modified: head/sys/sys/vnode.h
==============================================================================
--- head/sys/sys/vnode.h Mon Dec 16 13:17:39 2019 (r355801)
+++ head/sys/sys/vnode.h Mon Dec 16 13:32:06 2019 (r355802)
@@ -961,8 +961,6 @@ void vn_fsid(struct vnode *vp, struct vattr *va);
SYSINIT(vfs_vector_##vnodeops##_f, SI_SUB_VFS, SI_ORDER_ANY, \
vfs_vector_op_register, &vnodeops)
-void vfs_vector_op_register(struct vop_vector *vop);
-
#endif /* _KERNEL */
#endif /* !_SYS_VNODE_H_ */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"