Subject: Re: types in syscallargs.h
To: Elad Efrat <elad@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 07/24/2005 00:23:17
On Sat, Jul 23, 2005 at 03:50:08AM +0300, Elad Efrat wrote:
> Note: This patch does not implement Christos's suggestion to expose only
> the required structs from the header files to syscallargs.h.

We could do that with something like _KERNEL_OPT - i.e. protect everything
else in the included heraders with #ifdef _STRUCT_ONLY or something.

Martin