summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2001-03-08 15:17:38 +0000
committergallatin <gallatin@FreeBSD.org>2001-03-08 15:17:38 +0000
commit5644834a335f630c4a5ebfe947ff55225b8d9ebc (patch)
treed69910e8e6d64516b40de26f2e6bc958215dd179 /sys/sys/user.h
parent7186b5af06a8769323c0db4ede0d16e88a04a027 (diff)
downloadFreeBSD-src-5644834a335f630c4a5ebfe947ff55225b8d9ebc.zip
FreeBSD-src-5644834a335f630c4a5ebfe947ff55225b8d9ebc.tar.gz
Take the KINFO_PROC_SIZE back down to 912 on alpha.
Since the compiler lays out the stuct so that pointers are naturally (8-byte) aligned aligned, adding the int ki_layout didn't change the size of the stuct; it just converted the alignment padding to a usable struct field.
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index aab2b20..4843691 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -73,7 +73,7 @@
* fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist.
*/
#ifdef __alpha__
-#define KINFO_PROC_SIZE 920 /* the correct size for kinfo_proc */
+#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */
#else
#define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */
#endif
OpenPOWER on IntegriCloud