Style(9) fix.

MFC after:	1 month.
This commit is contained in:
Dmitry Chagin 2011-01-28 05:42:14 +00:00
parent 8c3afde82c
commit d908c2d2a2

View File

@ -886,7 +886,7 @@ linux_waitpid(struct thread *td, struct linux_waitpid_args *args)
return copyout(&tmpstat, args->status, sizeof(int));
}
return 0;
return (0);
}
int