diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:39 +0000 |
commit | 127e2cc86d00314af42cb2653e64f979a0610cd9 (patch) | |
tree | 6e57139c871bcd64cd5d3e20304af14ac069632f /libtrivfs/io-owner-mod.c | |
parent | a88f1d99d831912ae226dd91276dd656f48ac8eb (diff) |
Formerly io-owner-mod.c.~2~
Diffstat (limited to 'libtrivfs/io-owner-mod.c')
-rw-r--r-- | libtrivfs/io-owner-mod.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libtrivfs/io-owner-mod.c b/libtrivfs/io-owner-mod.c index 36fb57e1..1c5463fe 100644 --- a/libtrivfs/io-owner-mod.c +++ b/libtrivfs/io-owner-mod.c @@ -20,9 +20,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ #include "priv.h" +#include "io_S.h" +#include <assert.h> -error_t -trivfs_S_io_mod_owner (struct protid *cred, +kern_return_t +trivfs_S_io_mod_owner (struct trivfs_protid *cred, pid_t owner) { assert (!trivfs_support_read && !trivfs_support_write); |