Add missed break.

CID:	1258587
Sponsored by:	The FreeBSD Foundation
MFC after:	20 days
This commit is contained in:
Konstantin Belousov 2014-12-16 09:49:07 +00:00
parent 917dd39084
commit 5b73811feb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275821

View File

@ -336,6 +336,7 @@ sys_procctl(struct thread *td, struct procctl_args *uap)
case PROC_REAP_STATUS:
if (error == 0)
error = copyout(&x.rs, uap->data, sizeof(x.rs));
break;
case PROC_REAP_KILL:
error1 = copyout(&x.rk, uap->data, sizeof(x.rk));
if (error == 0)