Same changes as for chpasswd:

* src/chpasswd.c: main() split in process_flags(), check_flags(),
	check_perms(), open_files(), and close_files().
This commit is contained in:
nekral-guest 2007-12-28 22:59:17 +00:00
parent 28cd038c35
commit 9fe450e216

View File

@ -479,3 +479,4 @@ int main (int argc, char **argv)
return (0);
}