summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-08-11 02:03:44 +0000
committermux <mux@FreeBSD.org>2002-08-11 02:03:44 +0000
commit81768c335858eefd44eb36340391fd0f7bb09f00 (patch)
tree29a50f59b7ae5ea6407ac0487873bb17e6105f5d
parentfc88292766442c1b04a85e798a987f4be9e16542 (diff)
downloadFreeBSD-src-81768c335858eefd44eb36340391fd0f7bb09f00.zip
FreeBSD-src-81768c335858eefd44eb36340391fd0f7bb09f00.tar.gz
Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)
still uses it. Submitted by: jake
-rw-r--r--sys/sys/mount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index f5b64d2..30e7092 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -319,7 +319,6 @@ struct nfs_public {
* type of filesystem supported by the kernel. These are searched at
* mount time to identify the requested filesystem.
*/
-#ifdef _KERNEL
struct vfsconf {
struct vfsops *vfc_vfsops; /* filesystem operations vector */
char vfc_name[MFSNAMELEN]; /* filesystem type name */
@@ -329,7 +328,6 @@ struct vfsconf {
struct vfsoptdecl *vfc_opts; /* mount options */
struct vfsconf *vfc_next; /* next in list */
};
-#endif /* _KERNEL */
/* Userland version of the struct vfsconf. */
struct xvfsconf {
OpenPOWER on IntegriCloud