* src/su.c: fork() and waitpid() return a pid_t, not an int.

* src/su.c: Add brackets and parenthesis.
	* src/su.c: Ignore the return value of signal().
This commit is contained in:
nekral-guest
2008-06-13 21:02:07 +00:00
parent a22c7e731a
commit 00431d772e
2 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c: fork() and waitpid() return a pid_t, not an int.
* src/su.c: Add brackets and parenthesis.
* src/su.c: Ignore the return value of signal().
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/groupdel.c: The ID argument of audit_logger is an unsigned