aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index e4eb43d41ebe..f11f8f5389f0 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -590,7 +590,6 @@ struct uio;
MALLOC_DECLARE(M_MOUNT);
#endif
extern int maxvfsconf; /* highest defined filesystem type */
-extern int nfs_mount_type; /* vfc_typenum for nfs, or -1 */
TAILQ_HEAD(vfsconfhead, vfsconf);
extern struct vfsconfhead vfsconf;