1
0
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:
Olivier Houchard 2004-05-07 15:37:56 +00:00
parent a77c37b649
commit 818f833a02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129036

View File

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