]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/groupmod.c: The ID argument of audit_logger is an unsigned
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:08:06 +0000 (21:08 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:08:06 +0000 (21:08 +0000)
commitc3a380ade87b68f20619e877fc770537c2c430d4
tree48f0008e5d6140131d3d3bb9ff97d5b0fec40af2
parent936bd6a1913b608371813c51e8f8f694ff7ef8aa
* src/groupmod.c: The ID argument of audit_logger is an unsigned
int. Use AUDIT_NO_ID instead of -1.
* src/groupmod.c:  Use a %lu format and cast group and user IDs to
unsigned long integers.
* src/groupmod.c: Cast the parsed GID/UID to a gid_t/uid_t.
ChangeLog
src/groupmod.c