diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:59 +0000 |
commit | 892c115e28f5e447a474fa7882ce14ddfc2af8df (patch) | |
tree | 79a92c589f6aad73c72570b008dbd7a9fe177c66 | |
parent | 21c17638459d0379927d87c986ef6d186e97527d (diff) |
Formerly file-chauthor.c.~4~
-rw-r--r-- | libtrivfs/file-chauthor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-chauthor.c b/libtrivfs/file-chauthor.c index 4ac8ca13..1d38564a 100644 --- a/libtrivfs/file-chauthor.c +++ b/libtrivfs/file-chauthor.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_chauthor (struct trivfs_protid *cred, uid_t auth) { |