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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 174b32a..4843691 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -75,7 +75,7 @@
#ifdef __alpha__
#define KINFO_PROC_SIZE 912 /* the correct size for kinfo_proc */
#else
-#define KINFO_PROC_SIZE 644 /* the correct size for kinfo_proc */
+#define KINFO_PROC_SIZE 648 /* the correct size for kinfo_proc */
#endif
#define WMESGLEN 8 /* size of returned wchan message */
#define MTXNAMELEN 8 /* size of returned mutex name */
OpenPOWER on IntegriCloud