Commit the good prototype for nmount(2).

Reviewed by:	phk
This commit is contained in:
Maxime Henrion 2002-03-26 16:32:46 +00:00
parent 9f1207d517
commit 5616879a7e

View File

@ -506,7 +506,7 @@ int fstatfs(int, struct statfs *);
int getfh(const char *, fhandle_t *);
int getfsstat(struct statfs *, long, int);
int getmntinfo(struct statfs **, int);
int nmount(const char *, const char *, int, struct iovec *, int);
int nmount(struct iovec *, unsigned int, int);
int mount(const char *, const char *, int, void *);
int statfs(const char *, struct statfs *);
int unmount(const char *, int);