1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93230

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);