tprobably fix bug in seek - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 75a69d3b20b73b4a66530043090198b8be1d7d0a
(DIR) parent bd2e802053c8fc6babf4c2bb6e33912f1c0aee9d
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 16 Jun 2004 15:31:30 +0000
probably fix bug in seek
Diffstat:
M src/libbio/bseek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/libbio/bseek.c b/src/libbio/bseek.c
t@@ -4,7 +4,7 @@
off_t
Bseek(Biobuf *bp, off_t offset, int base)
{
- off_t n, d;
+ vlong n, d;
switch(bp->state) {
default: