summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-07-01 12:36:10 +0000
committerrwatson <rwatson@FreeBSD.org>2009-07-01 12:36:10 +0000
commitdff449105c1ed908d176ecc7562c2045b9205732 (patch)
tree342a43847cdd297c6119e27a9ca253ff0433a571 /sys/kern/kern_exit.c
parent7efd755635cf3b7566887648a492de87f729bddc (diff)
downloadFreeBSD-src-dff449105c1ed908d176ecc7562c2045b9205732.zip
FreeBSD-src-dff449105c1ed908d176ecc7562c2045b9205732.tar.gz
udit the 'options' argument to wait4(2).
Approved by: re (kib) MFC after: 3 days
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index ae060da..450aab6 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -804,6 +804,7 @@ kern_wait(struct thread *td, pid_t pid, int *status, int options,
int error, nfound;
AUDIT_ARG_PID(pid);
+ AUDIT_ARG_VALUE(options);
q = td->td_proc;
if (pid == 0) {
OpenPOWER on IntegriCloud