summaryrefslogtreecommitdiff
path: root/emu/port/exportfs.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-05-26 16:06:44 +0000
committerCharles.Forsyth <devnull@localhost>2009-05-26 16:06:44 +0000
commitb18a52b7bbe9230f3398a16cfc224f42a7cb393b (patch)
treef94aa5eec49ba9bca0a44981dfe18bcc633436a4 /emu/port/exportfs.c
parentfa871c313191a5a5d28d5cbd18921daaea4d212a (diff)
20090526-1706
Diffstat (limited to 'emu/port/exportfs.c')
-rw-r--r--emu/port/exportfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/exportfs.c b/emu/port/exportfs.c
index 1feae7ae..a52b3239 100644
--- a/emu/port/exportfs.c
+++ b/emu/port/exportfs.c
@@ -1027,7 +1027,7 @@ Exread(Export *fs, Fcall *t, Fcall *r)
Fid *f;
Chan *c;
Lock *cl;
- long off;
+ vlong off;
int dir, n, seek;
f = Exgetfid(fs, t->fid);