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/svc_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/rpc/svc_auth.c') diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 48d65b0..d36ea79 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -46,8 +46,8 @@ static const char rcsid[] = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include #include #include -- cgit v1.1