From c2b6013026cc4b171c890e3569d3b6fcc32b3dcc Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 1 Oct 2002 14:08:08 +0000 Subject: It is too much work convincing lint why we would want empty structures, so make the non-empty #ifdef lint. --- sys/amd64/include/pcb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/amd64/include/pcb.h') diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 50cff0774718..fd06e7c6bbba 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -79,6 +79,9 @@ struct pcb { * core dumps. For the i386: ??? */ struct md_coredump { +#ifdef lint + int dummy; +#endif }; #ifdef _KERNEL -- cgit v1.3