aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r--sys/i386/include/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index 1e0b9f9db10a..0b9fca2b55f0 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -57,6 +57,8 @@ struct mdproc {
struct proc_ldt *md_ldt; /* (t) per-process ldt */
};
+#define KINFO_PROC_SIZE 768
+
#ifdef _KERNEL
/* Get the current kernel thread stack usage. */