mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Catch TRACE parameters up with r238888. This change is only needed when
debugging is enabled.
This commit is contained in:
parent
cfdf2879c9
commit
5be97e72e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246495
@ -1030,7 +1030,7 @@ dowait(int mode, struct job *job)
|
||||
int wflags;
|
||||
int restore_sigchld;
|
||||
|
||||
TRACE(("dowait(%d) called\n", block));
|
||||
TRACE(("dowait(%d, %p) called\n", mode, job));
|
||||
restore_sigchld = 0;
|
||||
if ((mode & DOWAIT_SIG) != 0) {
|
||||
sigfillset(&mask);
|
||||
|
Loading…
Reference in New Issue
Block a user