]> granicus.if.org Git - shadow/commitdiff
* Fix open_files prototype (void argument).
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:28:01 +0000 (16:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:28:01 +0000 (16:28 +0000)
* close_file documentation (s:password/shadow:group/gshadow:)

src/grpck.c

index 9c710c7baf89c04a55a1f35da06e7764164288f9..1c65886443bc2319ae7d5de9b7d2ba5f4207628b 100644 (file)
@@ -81,7 +81,7 @@ static int sort_mode = 0;
 static void usage (void);
 static void delete_member (char **, const char *);
 static void process_flags (int argc, char **argv);
-static void open_files ();
+static void open_files (void);
 static void close_files (int changed);
 static int check_members (const char *groupname,
                           char **members,
@@ -200,7 +200,7 @@ static void process_flags (int argc, char **argv)
  *     In read-only mode, the databases are not locked and are opened
  *     only for reading.
  */
-static void open_files ()
+static void open_files (void)
 {
        /*
         * Lock the files if we aren't in "read-only" mode
@@ -255,7 +255,7 @@ static void open_files ()
 }
 
 /*
- * close_files - close and unlock the password/shadow databases
+ * close_files - close and unlock the group/gshadow databases
  *
  *     If changed is not set, the databases are not closed, and no
  *     changes are committed in the databases. The databases are