From 915ec6531a28fc6ddfddf4ff79d9c70cd09abdc7 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 22 Dec 2008 23:23:14 +0000 Subject: [PATCH] * src/groupdel.c: Remove the fail_exit () declaration. --- ChangeLog | 4 ++++ src/groupdel.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9383a67a4..148255971 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 7ee8cdbbd..aec63faf6 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); -- 2.47.2