+2008-03-17 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/grpck.c: Fix some warnings. compare_members_lists() is only
+ used if SHADOWGRP is defined.
+
2008-03-08 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/groupmod.c: Make sure the passwd, group, and gshadow
const char *fmt_prompt,
const char *fmt_syslog,
int *errors);
+static void check_grp_file (int *errors, int *changed);
+#ifdef SHADOWGRP
static void compare_members_lists (const char *groupname,
char **members,
char **other_members,
const char *file,
const char *other_file);
-static void check_grp_file (int *errors, int *changed);
-#ifdef SHADOWGRP
static void check_sgr_file (int *errors, int *changed);
#endif
return members_changed;
}
+#ifdef SHADOWGRP
/*
* compare_members_lists - make sure the list of members is contained in
* another list.
}
}
}
+#endif /* SHADOWGRP */
/*
* check_grp_file - check the content of the group file