diff --git a/ChangeLog b/ChangeLog index 9383a67a..14825597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-23 Nicolas François + + * src/groupdel.c: Remove the fail_exit () declaration. + 2008-12-22 Nicolas François * src/gpasswd.c: Fix the support for usernames with arbitrary diff --git a/src/groupdel.c b/src/groupdel.c index 7ee8cdbb..aec63faf 100644 --- a/src/groupdel.c +++ b/src/groupdel.c @@ -75,7 +75,6 @@ static bool is_shadow_grp; /* local function prototypes */ static void usage (void); -static void fail_exit (int); static void grp_update (void); static void close_files (void); static void open_files (void);