One declaration for struct xvfsconf is enough. I have
no idea how this happened. :-) Reported by: Norman C. Rice <nrice@emu.sourcee.com>
This commit is contained in:
parent
909410cf5b
commit
136be7151c
@ -341,16 +341,6 @@ struct xvfsconf {
|
||||
struct vfsconf *vfc_next; /* next in list */
|
||||
};
|
||||
|
||||
/* Userland version of the struct vfsconf. */
|
||||
struct xvfsconf {
|
||||
struct vfsops *vfc_vfsops; /* filesystem operations vector */
|
||||
char vfc_name[MFSNAMELEN]; /* filesystem type name */
|
||||
int vfc_typenum; /* historic filesystem type number */
|
||||
int vfc_refcount; /* number mounted of this type */
|
||||
int vfc_flags; /* permanent flags */
|
||||
struct vfsconf *vfc_next; /* next in list */
|
||||
};
|
||||
|
||||
struct ovfsconf {
|
||||
void *vfc_vfsops;
|
||||
char vfc_name[32];
|
||||
|
Loading…
Reference in New Issue
Block a user