no mode on vtcachealloc

This commit is contained in:
rsc 2005-07-13 17:22:01 +00:00
parent 103335c208
commit 34d0c826bb
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ threadmain(int argc, char **argv)
sysfatal("vtdial: %r");
if(vtconnect(z) < 0)
sysfatal("vtconnect: %r");
if((c = vtcachealloc(z, 16384, 32, VtOREAD)) == nil)
if((c = vtcachealloc(z, 16384, 32)) == nil)
sysfatal("vtcache: %r");
if((disk = diskopenventi(c, score)) == nil)
sysfatal("diskopenventi: %r");