diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:54 +0000 |
commit | f0bada89a709e40668a4150edb4a9adb611baffc (patch) | |
tree | 8e80a5a18adb2a65f935034a043ed147e458c410 /libtrivfs | |
parent | eee4dd5f1632eef38b4592bd18ed926338e09c1d (diff) |
Formerly file-chmod.c.~5~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-chmod.c b/libtrivfs/file-chmod.c index cee54859..f2c47f10 100644 --- a/libtrivfs/file-chmod.c +++ b/libtrivfs/file-chmod.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_chmod (struct trivfs_protid *cred, mode_t mode) { |