diff options
author | Christopher Faylor <me@cgf.cx> | 2008-08-17 16:45:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-08-17 16:45:44 +0000 |
commit | 6510edf4bc4b61b49272970d1a311492e5b99285 (patch) | |
tree | 309daba5d633c38703374514e85f2a8550e646c6 /winsup/utils/cygcheck.cc | |
parent | f609b6715a96aecbe0eeba55e0bf110eeaf11481 (diff) | |
download | cygnal-6510edf4bc4b61b49272970d1a311492e5b99285.tar.gz cygnal-6510edf4bc4b61b49272970d1a311492e5b99285.tar.bz2 cygnal-6510edf4bc4b61b49272970d1a311492e5b99285.zip |
* Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ld
warnings.
* mkgroup.c: Change all global variables and most functions to static.
(enum_local_groups): Add a print_current parameter to control whether entries
for everything should be printed or just the current user.
(enum_groups): Ditto.
(main): Move call fetch_current_pgrp_sid earlier to avoid a NULL deference when
no command line arguments are specified. Accommodate argument changes to above
functions. Avoid printing SYSTEM account when print_current is specified.
Issue error when extra stuff is found on the command line.
* mkpasswd.c: Change all global variables and most functions to static.
(enum_users): Add a print_current parameter to control whether entries for
everything should be printed or just the current user.
(main): Move call fetch_current_user_sid earlier to avoid a NULL deference when
no command line arguments are specified. Accommodate argument change to above
function. Avoid printing standard accounts when print_current is specified.
Issue error when extra stuff is found on the command line.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
0 files changed, 0 insertions, 0 deletions