* src/userdel.c: The ID argument of audit_logger is an unsigned

int.
	* src/userdel.c: fork() and wait() return a pid_t, not an int.
This commit is contained in:
nekral-guest
2008-06-13 20:23:26 +00:00
parent f626317e90
commit 6713a2ce67
2 changed files with 62 additions and 43 deletions

View File

@@ -1,3 +1,9 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/userdel.c: The ID argument of audit_logger is an unsigned
int.
* src/userdel.c: fork() and wait() return a pid_t, not an int.
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Use a %lu format and cast group and user IDs to
@@ -76,7 +82,7 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/age.c: fork() and wait return a pid_t, not an int.
* libmisc/age.c: fork() and wait() return a pid_t, not an int.
* libmisc/age.c: Avoid implicit conversion of pointers to
booleans.
* libmisc/age.c: Avoid assignments in comparisons.