2014-01-30 15:01:34 +01:00
|
|
|
From 2b08a74a9be128a46cefae87354e21e67f506bc0 Mon Sep 17 00:00:00 2001
|
2014-01-15 11:14:08 +01:00
|
|
|
From: Olaf Kirch <okir@suse.de>
|
|
|
|
Date: Tue, 20 Aug 2013 11:43:13 +0200
|
2014-01-30 15:01:34 +01:00
|
|
|
Subject: [PATCH 04/24] Silence a warning about setgroups() being implicitly
|
2014-01-15 11:14:08 +01:00
|
|
|
defined
|
|
|
|
|
|
|
|
Signed-off-by: Olaf Kirch <okir@suse.de>
|
|
|
|
---
|
|
|
|
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 <syslog.h>
|
|
|
|
#include <err.h>
|
|
|
|
#include <pwd.h>
|
|
|
|
+#include <grp.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#ifdef HAVE_NSS_H
|
|
|
|
--
|
|
|
|
1.7.12.4
|
|
|
|
|