diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-05-26 16:06:44 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-05-26 16:06:44 +0000 |
| commit | b18a52b7bbe9230f3398a16cfc224f42a7cb393b (patch) | |
| tree | f94aa5eec49ba9bca0a44981dfe18bcc633436a4 /os/port/exportfs.c | |
| parent | fa871c313191a5a5d28d5cbd18921daaea4d212a (diff) | |
20090526-1706
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); |
