struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),

It should be a void *, fix it.
This commit is contained in:
alfred 2004-07-08 05:47:51 +00:00
parent f068f4ab35
commit e34c156b1b

View File

@ -156,7 +156,7 @@ struct mount {
int mnt_maxsymlinklen; /* max size of short symlink */
struct statfs mnt_stat; /* cache of filesystem stats */
struct ucred *mnt_cred; /* credentials of mounter */
qaddr_t mnt_data; /* private data */
void * mnt_data; /* private data */
time_t mnt_time; /* last time written*/
int mnt_iosize_max; /* max size for clusters, etc */
struct netexport *mnt_export; /* export list */