aboutsummaryrefslogtreecommitdiff
path: root/src/libventi
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-12-30 02:06:05 +0000
committerrsc <devnull@localhost>2005-12-30 02:06:05 +0000
commit3f6a501b4d661acb8dba53d8a857e963aad2fe6b (patch)
tree40bc52d7ccb984cfb2af3e6fab0c27cb9897a6e9 /src/libventi
parentf65cd0d511c2b7301408ffffaa42ff080b1b54fd (diff)
downloadplan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.tar.gz
plan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.tar.bz2
plan9port-3f6a501b4d661acb8dba53d8a857e963aad2fe6b.zip
consistency is the hobgoblin of little minds. (taj/andrey)
Diffstat (limited to 'src/libventi')
-rw-r--r--src/libventi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libventi/file.c b/src/libventi/file.c
index 04605daf..8c9ecc6e 100644
--- a/src/libventi/file.c
+++ b/src/libventi/file.c
@@ -389,7 +389,7 @@ shrinksize(VtFile *r, VtEntry *e, uvlong size)
}
int
-vtfilesetsize(VtFile *r, uvlong size)
+vtfilesetsize(VtFile *r, u64int size)
{
int depth, edepth;
VtEntry e;