diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-03 01:41:37 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-03 01:41:37 +0000 |
| commit | cb5e1f4f73ed6f70e7a5c0a7bcfcb1e2d934c32e (patch) | |
| tree | 3773d474c5bd6e81c20d135079397975f0a338f6 | |
| parent | 81fb684cc3fe4a6da088a2f14e7c37c92f5ad9cf (diff) | |
Notes
| -rw-r--r-- | sys/sys/user.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h index ee21f27b9e09..dfcb7eab9826 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 |
