]> granicus.if.org Git - shadow/commitdiff
Fix some warnings. compare_members_lists() is only used if SHADOWGRP is defined.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 17 Mar 2008 23:00:49 +0000 (23:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 17 Mar 2008 23:00:49 +0000 (23:00 +0000)
ChangeLog
src/grpck.c

index f628a310748c9dfc8d4e22c27717f65a055288f1..cc181faa9424daf7e2bc0f15b9b75c38b5246473 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 390d411e16660aad809138226bf266aa2b93f39d..999d083fc972ea11093ec889119911f0bda463f8 100644 (file)
@@ -85,13 +85,13 @@ static int check_members (const char *groupname,
                           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
 
@@ -350,6 +350,7 @@ static int check_members (const char *groupname,
        return members_changed;
 }
 
+#ifdef SHADOWGRP
 /*
  * compare_members_lists - make sure the list of members is contained in
  *                         another list.
@@ -381,6 +382,7 @@ static void compare_members_lists (const char *groupname,
                }
        }
 }
+#endif                         /* SHADOWGRP */
 
 /*
  * check_grp_file - check the content of the group file