]> granicus.if.org Git - shadow/commit
Fix compiler warnings:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 24 May 2008 13:08:58 +0000 (13:08 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 24 May 2008 13:08:58 +0000 (13:08 +0000)
commitd99423405cb407e140f0ad52c5372dd30f2a0129
tree334c9226265e9a6dfbc78c2db5b23f7a6ebcf4de
parenteeb9592ded185f7c219486480756a49ba5d9b7e1
Fix compiler warnings:
* libmisc/audit_help.c: Include prototypes.h to get the prototype
of audit_help_open.
* libmisc/salt.c: Use booleans instead of negating integers.
* src/passwd.c: Declare the check_selinux_access prototype and
avoid name clashes (change_user -> changed_user; change_uid ->
changed_uid; access -> requested_access)
ChangeLog
libmisc/audit_help.c
libmisc/salt.c
src/passwd.c