diff options
author | Steve Dickson <steved@redhat.com> | 2014-10-27 11:10:15 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-10-27 11:10:15 -0400 |
commit | 61c65f7265f4b8b2a83e71779678479886347218 (patch) | |
tree | 1e6848a381826753cb98eefe02ec4a5bafd05d51 | |
parent | 958d9abdb2792fc5a2b8b6fe4eea2dfcaddc2f4d (diff) | |
download | rpcbind-61c65f7265f4b8b2a83e71779678479886347218.tar.gz |
main: removed a warningrpcbind-0_2_2-rc2
src/rpcbind.c:243:3: warning: implicit declaration of function 'setgroups'
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | src/rpcbind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcbind.c b/src/rpcbind.c index 1924d97..924aca1 100644 --- a/src/rpcbind.c +++ b/src/rpcbind.c @@ -62,6 +62,7 @@ #include <netconfig.h> #include <stdlib.h> #include <unistd.h> +#include <grp.h> #include <syslog.h> #include <err.h> #include <pwd.h> |