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