Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)

still uses it.

Submitted by:	jake
This commit is contained in:
Maxime Henrion 2002-08-11 02:03:44 +00:00
parent 136be7151c
commit 4033e07e8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101660

View file

@ -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 {