* src/groupdel.c: Remove the fail_exit () declaration.

This commit is contained in:
nekral-guest 2008-12-22 23:23:14 +00:00
parent 1df7433e44
commit 915ec6531a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-23 Nicolas François <nicolas.francois@centraliens.net>
* src/groupdel.c: Remove the fail_exit () declaration.
2008-12-22 Nicolas François <nicolas.francois@centraliens.net>
* src/gpasswd.c: Fix the support for usernames with arbitrary

View File

@ -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);