aboutsummaryrefslogtreecommitdiff
path: root/src/libbio/boffset.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-05-31 12:09:43 -0400
committerRuss Cox <rsc@swtch.com>2008-05-31 12:09:43 -0400
commit5f6612babbd9e6c0a4a204db0f9d2f286ec58261 (patch)
tree235cf74b64f811c96be1e8e267a06adab5038b54 /src/libbio/boffset.c
parent518f0a1d31c58266a12ee76c90180d66fde57bb4 (diff)
parent518f0a1d31c58266a12ee76c90180d66fde57bb4 (diff)
downloadplan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.tar.gz
plan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.tar.bz2
plan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.zip
merge
Diffstat (limited to 'src/libbio/boffset.c')
-rw-r--r--src/libbio/boffset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libbio/boffset.c b/src/libbio/boffset.c
index df28aaf7..88c4c358 100644
--- a/src/libbio/boffset.c
+++ b/src/libbio/boffset.c
@@ -1,10 +1,10 @@
#include "lib9.h"
#include <bio.h>
-off_t
+vlong
Boffset(Biobuf *bp)
{
- off_t n;
+ vlong n;
switch(bp->state) {
default: