From 2b4b2c9b7673d51b01df33ea740d2c51baafd539 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 7 Mar 2001 06:48:41 +0000 Subject: [PATCH] Apply i386 fix in 1.32 for the alpha too. --- sys/sys/user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/user.h b/sys/sys/user.h index 4843691456ac..aab2b20cf9c5 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -73,7 +73,7 @@ * fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist. */ #ifdef __alpha__ -#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */ +#define KINFO_PROC_SIZE 920 /* the correct size for kinfo_proc */ #else #define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */ #endif