Apply i386 fix in 1.32 for the alpha too.

This commit is contained in:
Kirk McKusick 2001-03-07 06:48:41 +00:00
parent cd400b67a4
commit 2b4b2c9b76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73940

View File

@ -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