| tconsistency is the hobgoblin of little minds. (taj/andrey) - plan9port - [for… | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 3f6a501b4d661acb8dba53d8a857e963aad2fe6b | |
| parent f65cd0d511c2b7301408ffffaa42ff080b1b54fd | |
| Author: rsc <devnull@localhost> | |
| Date: Fri, 30 Dec 2005 02:06:05 +0000 | |
| consistency is the hobgoblin of little minds. (taj/andrey) | |
| Diffstat: | |
| M include/venti.h | 4 ++-- | |
| M src/libventi/file.c | 2 +- | |
| 2 files changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/include/venti.h b/include/venti.h | |
| t@@ -481,10 +481,10 @@ int vtfilesetdirsize(VtFile*, u32int); | |
| void vtfileunlock(VtFile*); | |
| int vtfilelock(VtFile*, int); | |
| int vtfilelock2(VtFile*, VtFile*, int); | |
| -int vtfileflushbefore(VtFile*, uvlong); | |
| +int vtfileflushbefore(VtFile*, u64int); | |
| int vtfiletruncate(VtFile*); | |
| uvlong vtfilegetsize(VtFile*); | |
| -int vtfilesetsize(VtFile*, uvlong); | |
| +int vtfilesetsize(VtFile*, u64int); | |
| int vtfileremove(VtFile*); | |
| extern int chattyventi; | |
| diff --git a/src/libventi/file.c b/src/libventi/file.c | |
| t@@ -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; |