X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/0ac76b3d86257296bc463db45edfb2a1f78202cc..e97453f3e38fa7883847b71c7a911843b2ea1113:/sys/vfs/nfs/nfs_vfsops.c diff --git a/sys/vfs/nfs/nfs_vfsops.c b/sys/vfs/nfs/nfs_vfsops.c index ff622556c1..dbb4e68cda 100644 --- a/sys/vfs/nfs/nfs_vfsops.c +++ b/sys/vfs/nfs/nfs_vfsops.c @@ -79,7 +79,6 @@ extern int nfs_mountroot(struct mount *mp); extern void bootpc_init(void); -extern int nfs_ticks; extern struct vop_ops nfsv2_vnode_vops; extern struct vop_ops nfsv2_fifo_vops; extern struct vop_ops nfsv2_spec_vops; @@ -1128,8 +1127,6 @@ nfs_root(struct mount *mp, struct vnode **vpp) return (error); } -extern int syncprt; - struct scaninfo { int rescan; int waitfor;