* process_args renamed process_flags

* Add the options checks in process_flags (group_name, group ID uniqueness)
 * Add the parameters' names in the prototypes.
This commit is contained in:
nekral-guest
2007-12-28 11:22:27 +00:00
parent cc1f6c10be
commit b4f6b853f8
2 changed files with 54 additions and 22 deletions

View File

@@ -14,7 +14,9 @@
the return code was E_SUCCESS, fail_exit() wouldn't have exited. Fix
the scope of #idef WITH_AUDIT.
* src/groupadd.c: Avoid implicit brackets.
* src/groupadd.c: Split the processing of options out of main().
* src/groupadd.c: Split the processing and checking of options out of
main() (process_flags).
* src/groupadd.c: Add the parameters' names in the prototypes.
2007-12-27 Nicolas François <nicolas.francois@centraliens.net>