plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 09dd30c9a0fc6578838ea84669af01d1ea6a60ac
parent 3ddda82110bcba5a7c27734e1938363877c41124
Author: rsc <devnull@localhost>
Date:   Tue, 28 Dec 2004 23:26:53 +0000

small changes for build

Diffstat:
Msrc/cmd/vac/mkfile | 2+-
Msrc/cmd/vac/vac.c | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cmd/vac/mkfile b/src/cmd/vac/mkfile @@ -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=\ diff --git a/src/cmd/vac/vac.c b/src/cmd/vac/vac.c @@ -115,6 +115,7 @@ threadmain(int argc, char *argv[]) char *host = nil; int statsflag = 0; + threadlinklibrary(); atexit(cleanup); ARGBEGIN{