diff options
author | kib <kib@FreeBSD.org> | 2012-11-16 06:22:14 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-11-16 06:22:14 +0000 |
commit | de90907af2083693fec1f5d6c1c1402b23006ad8 (patch) | |
tree | fbf5b96c4e38d4605390c6f5a1b779585d43797f /sys/compat | |
parent | bc5bfde14d77206316939f042f58fdc70cffc9d9 (diff) | |
download | FreeBSD-src-de90907af2083693fec1f5d6c1c1402b23006ad8.zip FreeBSD-src-de90907af2083693fec1f5d6c1c1402b23006ad8.tar.gz |
Style fixes for r242958.
Reported and reviewed by: bde
MFC after: 28 days
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/freebsd32/freebsd32_misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 8c5f5a6..934a32d 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -193,13 +193,11 @@ freebsd32_wait6(struct thread *td, struct freebsd32_wait6_args *uap) wrup = &wru; else wrup = NULL; - if (uap->info != NULL) { sip = &si; bzero(sip, sizeof(*sip)); } else sip = NULL; - error = kern_wait6(td, uap->idtype, uap->id, &status, uap->options, wrup, sip); if (error != 0) |