From: nekral-guest Date: Tue, 1 Jan 2008 23:56:03 +0000 (+0000) Subject: Add the syslog_sg prototype. X-Git-Tag: 4.1.1~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c800f58808fdd82d4796cce4be9473d9a8acd95;p=shadow Add the syslog_sg prototype. --- diff --git a/src/newgrp.c b/src/newgrp.c index aefc9519..972c4cc2 100644 --- a/src/newgrp.c +++ b/src/newgrp.c @@ -58,6 +58,7 @@ static void usage (void); static void check_perms (const struct group *grp, struct passwd *pwd, const char *groupname); +static void syslog_sg (gid_t gid, const char *name, const char *group); /* * usage - print command usage message