mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Define KINFO_PROC_SIZE for arm.
This commit is contained in:
parent
a77c37b649
commit
818f833a02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129036
@ -74,7 +74,7 @@
|
||||
defined(__amd64__)
|
||||
#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */
|
||||
#endif
|
||||
#ifdef __i386__
|
||||
#if __i386__ || defined __arm__
|
||||
#define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */
|
||||
#endif
|
||||
#ifdef __powerpc__
|
||||
|
Loading…
Reference in New Issue
Block a user