diff options
author | kib <kib@FreeBSD.org> | 2012-05-27 05:24:53 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-05-27 05:24:53 +0000 |
commit | cae64841637881a9cd4153e7b458f316471b7b76 (patch) | |
tree | 9da6f0baabc7f4fbfe8d0dc6413577d79e56c3a1 /sys/compat/freebsd32 | |
parent | 03c118fef9e7d5510a10b543543e83201c45ca05 (diff) | |
download | FreeBSD-src-cae64841637881a9cd4153e7b458f316471b7b76.zip FreeBSD-src-cae64841637881a9cd4153e7b458f316471b7b76.tar.gz |
Fix ki_cow for compat32 binaries.
MFC after: 3 days
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r-- | sys/compat/freebsd32/freebsd32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32.h b/sys/compat/freebsd32/freebsd32.h index e263f0d..fccdef0 100644 --- a/sys/compat/freebsd32/freebsd32.h +++ b/sys/compat/freebsd32/freebsd32.h @@ -306,7 +306,7 @@ struct kinfo_proc32 { u_int ki_estcpu; u_int ki_slptime; u_int ki_swtime; - int ki_spareint1; + u_int ki_cow; u_int64_t ki_runtime; struct timeval32 ki_start; struct timeval32 ki_childtime; |