]> granicus.if.org Git - shadow/commitdiff
* src/groupdel.c: Remove the fail_exit () declaration.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 22 Dec 2008 23:23:14 +0000 (23:23 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 22 Dec 2008 23:23:14 +0000 (23:23 +0000)
ChangeLog
src/groupdel.c

index 9383a67a4c68f8d2dd82d0620ad9eca1b5c2a9b6..148255971c73aa9f92776646d9cfe1f3a255d66b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7ee8cdbbda9fa2f0fedc46d79ba0caa504126645..aec63faf6229251d87560abaef76f6bdda8c8a6a 100644 (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);