diff options
Diffstat (limited to 'emu/port/exportfs.c')
| -rw-r--r-- | emu/port/exportfs.c | 2 |
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); |
