Split check_grp_file() and check_sgr_file() out of main().

This commit is contained in:
nekral-guest
2008-01-01 13:48:49 +00:00
parent f6f6eeda8e
commit 612820cb9a
2 changed files with 70 additions and 57 deletions

View File

@@ -3,6 +3,8 @@
* src/grpck.c: Split process_flags(), open_files(), and
close_files() out of main(). New global variables is_shadow,
sort_mode, use_system_grp_file, and use_system_sgr_file.
* src/grpck.c: Split check_grp_file() and check_sgr_file() out of
main().
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>