summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-03-06 18:37:47 +0000
committerphk <phk@FreeBSD.org>2001-03-06 18:37:47 +0000
commitf842c391b4f1cf66af1e5aac328aa5df10cd5b4e (patch)
tree9a15cdc93d84ace3918c0de0b7536d1bd689b224 /sys/sys/user.h
parent7781e1edf7e86663e1b7939f63056453696cba18 (diff)
downloadFreeBSD-src-f842c391b4f1cf66af1e5aac328aa5df10cd5b4e.zip
FreeBSD-src-f842c391b4f1cf66af1e5aac328aa5df10cd5b4e.tar.gz
Silence the sizeof warning from struct kinfo_proc
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