aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/proc.h
diff options
context:
space:
mode:
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 {