Vbackup knew about some unexported variables in libventi
that seem to have gone AWOL. Remove the use and make things compile again.
This commit is contained in:
parent
6f6012e1e9
commit
7f3d278a3b
1 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ VtConn* z; /* connection to venti */
|
||||||
VtCache* zcache; /* cache of venti blocks */
|
VtCache* zcache; /* cache of venti blocks */
|
||||||
uchar* zero; /* blocksize zero bytes */
|
uchar* zero; /* blocksize zero bytes */
|
||||||
|
|
||||||
extern int ncopy, nread, nwrite; /* hidden in libventi */
|
extern int nwrite; /* hidden in libventi */
|
||||||
|
|
||||||
void cmpproc(void*);
|
void cmpproc(void*);
|
||||||
void fsysproc(void*);
|
void fsysproc(void*);
|
||||||
|
|
@ -278,8 +278,8 @@ threadmain(int argc, char **argv)
|
||||||
wlock(&endlk);
|
wlock(&endlk);
|
||||||
|
|
||||||
if(statustime)
|
if(statustime)
|
||||||
print("# %T procs exited: %d blocks changed, %d read, %d written, %d copied\n",
|
print("# %T procs exited: %d blocks changed, %d written\n",
|
||||||
nchange, nread, nwrite, ncopy);
|
nchange, nwrite);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* prepare root block
|
* prepare root block
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue