summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 21:51:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 21:51:30 +0000
commitd72583333960f612d5bd8a6860d4ecea6f10363c (patch)
tree5deb097520029866e96bd7d5371965e35715341b
parent11920e2437e11c792463e3d503401bddc3bdb6ef (diff)
Formerly io-seek.c.~4~
-rw-r--r--libtrivfs/io-seek.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtrivfs/io-seek.c b/libtrivfs/io-seek.c
index f78b2cd0..8fb53f46 100644
--- a/libtrivfs/io-seek.c
+++ b/libtrivfs/io-seek.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_seek (struct protid *cred,
+kern_return_t
+trivfs_S_io_seek (struct trivfs_protid *cred,
off_t off,
int whence,
off_t *newp)