K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-03-08T15:17:38.000000Z K 7 svn:log V 276 Take the KINFO_PROC_SIZE back down to 912 on alpha. Since the compiler lays out the stuct so that pointers are naturally (8-byte) aligned aligned, adding the int ki_layout didn't change the size of the stuct; it just converted the alignment padding to a usable struct field. END