diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:24:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:24:04 +0000 |
commit | 49cb7b3cd749ff3c691625fe63943ec995a30a20 (patch) | |
tree | 7f0c296aae7c6faff66bbae5288e823264015194 /libtrivfs/file-chown.c | |
parent | adfc6e6995a4e009114bb70ee0bcddaa28135776 (diff) |
entered into RCS
Diffstat (limited to 'libtrivfs/file-chown.c')
-rw-r--r-- | libtrivfs/file-chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-chown.c b/libtrivfs/file-chown.c index 0d1e6b3f..b8fe3d62 100644 --- a/libtrivfs/file-chown.c +++ b/libtrivfs/file-chown.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_chown (struct trivfs_protid *cred, uid_t uid, gid_t gid) |