diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-16 01:31:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-16 01:31:58 +0000 |
commit | e4a899c8ad5773ced3f9f837ad5dbad576815464 (patch) | |
tree | 8a63be69702af972a43b9bb7ed5585408820820b /libtrivfs | |
parent | 827f79ea72c8ad90a4edb771194464d87f113178 (diff) |
Formerly fsys-getroot.c.~7~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/fsys-getroot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c index 4b6a34e3..25132697 100644 --- a/libtrivfs/fsys-getroot.c +++ b/libtrivfs/fsys-getroot.c @@ -23,9 +23,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "fsys_S.h" #include <assert.h> #include <fcntl.h> +#include <string.h> kern_return_t -trivfs_S_fsys_getroot (struct trivfs_control *cntl; +trivfs_S_fsys_getroot (struct trivfs_control *cntl, int flags, uid_t *uids, u_int nuids, uid_t *gids, u_int ngids, |