diff options
author | Miles Bader <miles@gnu.org> | 1996-11-20 23:19:37 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-11-20 23:19:37 +0000 |
commit | f5e0b89b159e35de05eba6719f9d9779c94839f5 (patch) | |
tree | 61a448f4efa627ff599bd7d791728c834272542e | |
parent | a121f023a243378144172928c57753a17faa641c (diff) |
(netfs_S_fsys_syncfs):
Use iohelp_create_iouser, not iohelp_make_iouser.
-rw-r--r-- | libnetfs/fsys-syncfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/fsys-syncfs.c b/libnetfs/fsys-syncfs.c index 3c52ee2b..da482961 100644 --- a/libnetfs/fsys-syncfs.c +++ b/libnetfs/fsys-syncfs.c @@ -30,7 +30,7 @@ netfs_S_fsys_syncfs (mach_port_t cntl, uid_t root = 0; error_t err; - cred = iohelp_make_iouser (make_idvec (), make_idvec ()); + cred = iohelp_create_iouser (make_idvec (), make_idvec ()); idvec_set_ids (cred->uids, &root, 1); idvec_set_ids (cred->gids, &root, 1); err = netfs_attempt_syncfs (cred, wait); |