tsmall changes for build - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 09dd30c9a0fc6578838ea84669af01d1ea6a60ac
DIR parent 3ddda82110bcba5a7c27734e1938363877c41124
HTML Author: rsc <devnull@localhost>
Date: Tue, 28 Dec 2004 23:26:53 +0000
small changes for build
Diffstat:
M src/cmd/vac/mkfile | 2 +-
M src/cmd/vac/vac.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/vac/mkfile b/src/cmd/vac/mkfile
t@@ -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=\
DIR diff --git a/src/cmd/vac/vac.c b/src/cmd/vac/vac.c
t@@ -115,6 +115,7 @@ threadmain(int argc, char *argv[])
char *host = nil;
int statsflag = 0;
+ threadlinklibrary();
atexit(cleanup);
ARGBEGIN{