From: nekral-guest Date: Mon, 22 Dec 2008 23:23:14 +0000 (+0000) Subject: * src/groupdel.c: Remove the fail_exit () declaration. X-Git-Tag: 4.1.3~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=915ec6531a28fc6ddfddf4ff79d9c70cd09abdc7;p=shadow * src/groupdel.c: Remove the fail_exit () declaration. --- 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);