summaryrefslogtreecommitdiff
path: root/libtrivfs/io-write.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 21:30:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 21:30:32 +0000
commitfb2527c1acc02ac7b05ae0305a142802aea8f7fc (patch)
tree8b7fa850b9a7247aa4c66ceb931e2484d39a3b1e /libtrivfs/io-write.c
parenta89c4b3895e012a54f4b02c0b44082b177bf7acb (diff)
Formerly io-write.c.~3~
Diffstat (limited to 'libtrivfs/io-write.c')
-rw-r--r--libtrivfs/io-write.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtrivfs/io-write.c b/libtrivfs/io-write.c
index b91aedcf..b60228e4 100644
--- a/libtrivfs/io-write.c
+++ b/libtrivfs/io-write.c
@@ -16,9 +16,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include "io_S.h"
+#include <assert.h>
-error_t
-trivfs_S_io_write (struct protid *cred,
+kern_return_t
+trivfs_S_io_write (struct trivfs_protid *cred,
char *data,
u_int datalen,
off_t off,