summaryrefslogtreecommitdiff
path: root/libbio/boffset.c
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2013-06-06 20:59:23 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2013-06-06 20:59:23 +0000
commit72335078034e3cd7edcb1739556b405a3e1e9bf8 (patch)
tree9e1baa8ea80bfab1885cfcf224a62040a417fa74 /libbio/boffset.c
parent3a0400887de9df81e4d4fb3bc3dec52af2d49f80 (diff)
sync with plan 9
Diffstat (limited to 'libbio/boffset.c')
-rw-r--r--libbio/boffset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbio/boffset.c b/libbio/boffset.c
index 72ce34cf..88c4c358 100644
--- a/libbio/boffset.c
+++ b/libbio/boffset.c
@@ -1,10 +1,10 @@
#include "lib9.h"
#include <bio.h>
-long
+vlong
Boffset(Biobuf *bp)
{
- long n;
+ vlong n;
switch(bp->state) {
default: