]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/newgrp.c: Use a %lu format and cast group and user IDs to
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 20:21:24 +0000 (20:21 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 20:21:24 +0000 (20:21 +0000)
commitf626317e90caa35d3b9b6d0581581fe17e5d0873
tree2be25d513aa60d05e2c1c971d812f60bce1a701d
parent56327f62985f705b25e19100a4f1a8e95444fd25
* src/newgrp.c: Use a %lu format and cast group and user IDs to
unsigned long integers.
* src/newgrp.c: The ID argument of audit_logger is an unsigned
int.
* src/newgrp.c: Ignore the return value of signal() (the signal
handlers are assumed to be the default one and are restored
later).
* src/newgrp.c: Do not checl if a pid_t is < 0, check if equal
to (pid_t)-1.
ChangeLog
src/newgrp.c