Introduction
Introduction Statistics Contact Development Disclaimer Help
tmark broken code - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 9e4627500fe3626ccfc01e2f1e3214162d0e54ec
parent 871e83a03e50fc9bc4edde914d7f7ee6c4d1c18e
Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 03:55:24 +0000
mark broken code
Diffstat:
M src/cmd/vac/file.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/cmd/vac/file.c b/src/cmd/vac/file.c
t@@ -422,11 +422,11 @@ vacfilecreate(VacFile *f, char *elem, ulong mode, char *…
ff = filealloc(f->fs);
isdir = mode & ModeDir;
- r = vtfilecreate(pr, pr->dsize, isdir, 0);
+ r = vtfilecreate(pr, pr->dsize, xxx, isdir, VtDataType);
if(r == nil)
goto Err;
if(isdir){
- mr = vtfilecreate(pr, pr->dsize, 0, r->offset);
+ mr = vtfilecreate(pr, pr->dsize, xxx, 0, r->offset);
if(mr == nil)
goto Err;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.