From 923e3066c23bf29a773450ea9ca2d23335fc5950 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 6 Mar 2001 18:37:47 +0000 Subject: [PATCH] Silence the sizeof warning from struct kinfo_proc --- sys/sys/user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/user.h b/sys/sys/user.h index 174b32a681e..4843691456a 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 */ -- 2.45.2