diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:41 +0000 |
commit | 86ef13055e1300a784b35f0fc70cbf13453c16ba (patch) | |
tree | b47059f239f3c05a29b42e5e33d029b716543257 | |
parent | 127e2cc86d00314af42cb2653e64f979a0610cd9 (diff) |
Formerly io-owner-get.c.~2~
-rw-r--r-- | libtrivfs/io-owner-get.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libtrivfs/io-owner-get.c b/libtrivfs/io-owner-get.c index 44a78826..115c8074 100644 --- a/libtrivfs/io-owner-get.c +++ b/libtrivfs/io-owner-get.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_get_owner (struct protid *cred, +kern_return_t +trivfs_S_io_get_owner (struct trivfs_protid *cred, pid_t *owner) { assert (!trivfs_support_read && !trivfs_support_write); |