summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index ee21f27..dfcb7ea 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -74,12 +74,9 @@
* to initialize it in two places: kern/kern_proc.c in the function
* fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist.
*/
-#if defined(__alpha__) || defined(__sparc64__)
+#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */
#endif
-#ifdef __ia64__
-#define KINFO_PROC_SIZE 888
-#endif
#ifdef __i386__
#define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */
#endif
OpenPOWER on IntegriCloud