tprobably fix bug in seek - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 75a69d3b20b73b4a66530043090198b8be1d7d0a
parent bd2e802053c8fc6babf4c2bb6e33912f1c0aee9d
Author: rsc 
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(-)
---
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: