diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-06-26 02:25:19 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-06-26 02:25:19 +0000 |
| commit | fbcf7bcdf459b03263caa1aa9d809814de7cbe76 (patch) | |
| tree | 339069aff308ef37772136410597b12410d8d61f /sys/powerpc/include/proc.h | |
| parent | 81b07aac10a33590f8231b4ab4be41730b1f9e58 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/proc.h')
| -rw-r--r-- | sys/powerpc/include/proc.h | 4 |
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 { |
