Define KINFO_PROC_SIZE for arm.

This commit is contained in:
cognet 2004-05-07 15:37:56 +00:00
parent 6897229d63
commit 50108a5412

View File

@ -74,7 +74,7 @@
defined(__amd64__) defined(__amd64__)
#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */ #define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */
#endif #endif
#ifdef __i386__ #if __i386__ || defined __arm__
#define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */ #define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */
#endif #endif
#ifdef __powerpc__ #ifdef __powerpc__