From a45afd335e7e5965666ac5052a54b3981796b351 Mon Sep 17 00:00:00 2001 From: Olaf Kirch Date: Tue, 20 Aug 2013 11:43:13 +0200 Subject: [PATCH 01/13] Silence a warning about setgroups() being implicitly defined Signed-off-by: Olaf Kirch --- src/rpcbind.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpcbind.c b/src/rpcbind.c index 83dbe93..7ed72bc 100644 --- a/src/rpcbind.c +++ b/src/rpcbind.c @@ -65,6 +65,7 @@ #include #include #include +#include #include #include #ifdef HAVE_NSS_H -- 1.7.12.4