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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c800f58808fdd82d4796cce4be9473d9a8acd95;p=thirdparty%2Fshadow.git Add the syslog_sg prototype. --- diff --git a/src/newgrp.c b/src/newgrp.c index aefc9519d..972c4cc28 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