--- src/sys/kern/syscalls.master 2008/01/10 22:30:27 1.57 +++ src/sys/kern/syscalls.master 2008/06/01 19:27:35 1.58 @@ -32,6 +32,7 @@ #include #include #include +#include #ifdef COMPAT_43 #include @@ -684,3 +685,6 @@ 499 STD BSD { int pselect(int nd, fd_set *in, fd_set *ou, \ fd_set *ex, const struct timespec *ts, \ const sigset_t *sigmask); } +500 STD BSD { int statvfs(const char *path, struct statvfs *buf); } +501 STD BSD { int fstatvfs(int fd, struct statvfs *buf); } +502 STD BSD { int fhstatvfs(const struct fhandle *u_fhp, struct statvfs *buf); }