aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/proc.h
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2017-06-26 02:25:19 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2017-06-26 02:25:19 +0000
commitfbcf7bcdf459b03263caa1aa9d809814de7cbe76 (patch)
tree339069aff308ef37772136410597b12410d8d61f /sys/powerpc/include/proc.h
parent81b07aac10a33590f8231b4ab4be41730b1f9e58 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r--sys/powerpc/include/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h
index d11cf8812952..4e3cb629b685 100644
--- a/sys/powerpc/include/proc.h
+++ b/sys/powerpc/include/proc.h
@@ -48,9 +48,9 @@ struct mdproc {
#ifdef __powerpc64__
#define KINFO_PROC_SIZE 1088
-#define KINFO_PROC32_SIZE 768
+#define KINFO_PROC32_SIZE 816
#else
-#define KINFO_PROC_SIZE 768
+#define KINFO_PROC_SIZE 816
#endif
struct syscall_args {