Define KINFO_PROC_SIZE for arm.
This commit is contained in:
parent
6897229d63
commit
50108a5412
@ -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__
|
||||||
|
Loading…
Reference in New Issue
Block a user