From 169aba14a4766b3d15695ef27681d0f1d04f8521 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 14 Oct 2003 02:10:47 +0000 Subject: Move werrstr into errstr, so that if you use werrstr you have to get this __errfmt instead of the one in libfmt that only does Unix error codes. --- src/lib9/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib9/Makefile') diff --git a/src/lib9/Makefile b/src/lib9/Makefile index 885d205c..f702a5c5 100644 --- a/src/lib9/Makefile +++ b/src/lib9/Makefile @@ -16,10 +16,12 @@ OFILES=\ lock.$O\ malloctag.$O\ mallocz.$O\ + netmkaddr.$O\ nrand.$O\ qlock.$O\ readn.$O\ rendez-$(SYSNAME).$O\ + sleep.$O\ strecpy.$O\ sysfatal.$O\ tas-$(OBJTYPE).$O\ @@ -28,7 +30,6 @@ OFILES=\ u32.$O\ u64.$O\ wait.$O\ - werrstr.$O\ HFILES=\ $(PLAN9)/include/lib9.h\ -- cgit v1.2.3