small changes for build
This commit is contained in:
parent
3ddda82110
commit
09dd30c9a0
@ -6,7 +6,7 @@ LIBFILES=\
|
||||
fs\
|
||||
pack\
|
||||
|
||||
SHORTLIB=venti sec thread mux bio 9
|
||||
SHORTLIB=venti sec mux thread bio 9
|
||||
LIB=${LIBFILES:%=%.$O}
|
||||
|
||||
HFILES=\
|
||||
|
||||
@ -115,6 +115,7 @@ threadmain(int argc, char *argv[])
|
||||
char *host = nil;
|
||||
int statsflag = 0;
|
||||
|
||||
threadlinklibrary();
|
||||
atexit(cleanup);
|
||||
|
||||
ARGBEGIN{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user