From 71cbcd965f8e9ecac7eedfb8f6244f16f65bd44e Mon Sep 17 00:00:00 2001 From: iedowse Date: Mon, 2 Apr 2001 21:41:44 +0000 Subject: Move the #includes of reentrant.h to after the `#include "namespace.h"', so that the underscored versions of the pthread functions get declared. This removes around 300 lines of 'implicit declaration of XXX' warnings from the output of a libc build with -Wall. Reviewed by: Martin Blapp , alfred --- lib/libc/rpc/rpc_soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/rpc/rpc_soc.c') diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 4d80f00..b342cce 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -55,8 +55,8 @@ static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro"; * of TLI/Streams */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include #include #include -- cgit v1.1