]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Fix find_new_gid() prototype. Add a void parameter.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:23:46 +0000 (17:23 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:23:46 +0000 (17:23 +0000)
ChangeLog
src/useradd.c

index 97d54c38fea98f5e6f8267810e2f9b8078c1a300..d9019015fcf4957b4fd6dccfee4b9da306e66b05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/useradd.c: Fix find_new_gid() prototype. Add a void
+       parameter.
+
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/prototypes.h: Add the dolastlog() prototype.
index 5ae62d6d21a82c436857cbd1e31d83380a4d591c..4f9bc1023a3c67c8b0330cf5717388fca49a442e 100644 (file)
@@ -871,7 +871,7 @@ static void find_new_uid (void)
  *     find_new_gid() locates the next highest unused GID in the group
  *     file
  */
-static void find_new_gid ()
+static void find_new_gid (void)
 {
        const struct group *grp;
        gid_t gid_min, gid_max;