diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-27 11:43:10 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-27 11:43:10 -0300 |
commit | 407265cbbfd4ae4c56f3eb0185c4e11ca243ebd5 (patch) | |
tree | c1feaae5d82382d69b6e7d1d41777917ec50c501 /sys/kern/kern_procctl.c | |
parent | 8390248e17013b5f30470b9903021037847cbf9a (diff) | |
parent | 731978cbcf55c0b2c8e403cd20d662a337217a58 (diff) | |
download | FreeBSD-src-407265cbbfd4ae4c56f3eb0185c4e11ca243ebd5.zip FreeBSD-src-407265cbbfd4ae4c56f3eb0185c4e11ca243ebd5.tar.gz |
Merge branch 'stable/10' into devel
Catch up with proper fix for pf_increase_self_table_size.diff (r287207)
Diffstat (limited to 'sys/kern/kern_procctl.c')
-rw-r--r-- | sys/kern/kern_procctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index 734c871..e6e432e 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -187,8 +187,6 @@ reap_status(struct thread *td, struct proc *p, } } else { rs->rs_pid = -1; - KASSERT(LIST_EMPTY(&reap->p_reaplist), ("reap children list")); - KASSERT(LIST_EMPTY(&reap->p_children), ("children list")); } return (0); } |