summaryrefslogtreecommitdiff
path: root/os/port
diff options
context:
space:
mode:
Diffstat (limited to 'os/port')
-rw-r--r--os/port/exportfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/port/exportfs.c b/os/port/exportfs.c
index c8755fa8..aee93b33 100644
--- a/os/port/exportfs.c
+++ b/os/port/exportfs.c
@@ -1053,7 +1053,7 @@ Exread(Export *fs, Fcall *t, Fcall *r)
{
Fid *f;
Chan *c;
- long off;
+ vlong off;
int dir, n, seek;
f = Exgetfid(fs, t->fid);