Signed-off-by: Alejandro Colomar <alx@kernel.org>
static void new_pwent (struct passwd *);
static void new_spent (struct spwd *);
NORETURN static void fail_exit (int);
-static void update_group (void);
+static void update_group_file(void);
#ifdef SHADOWGRP
static void update_gshadow (void);
}
-static void update_group (void)
+static void
+update_group_file(void)
{
bool changed;
const struct group *grp;
*/
static void grp_update (void)
{
- update_group ();
+ update_group_file();
#ifdef SHADOWGRP
if (is_shadow_grp) {
update_gshadow ();