diff options
author | dchagin <dchagin@FreeBSD.org> | 2011-01-28 05:42:14 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2011-01-28 05:42:14 +0000 |
commit | 2501c5eeee6bb52fa0ab1ccf812fcc63c3c1177d (patch) | |
tree | 91eb2d81a7a3ba94f400983ccd3635e9d105830f | |
parent | 15823a2b441d4aa55f96fa41542a0baeb85057c8 (diff) | |
download | FreeBSD-src-2501c5eeee6bb52fa0ab1ccf812fcc63c3c1177d.zip FreeBSD-src-2501c5eeee6bb52fa0ab1ccf812fcc63c3c1177d.tar.gz |
Style(9) fix.
MFC after: 1 month.
-rw-r--r-- | sys/compat/linux/linux_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index c50bf1c..de2b91a 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -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 |