Subject: linux_sigarray.c
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 04/04/2002 19:46:04
So, I'm getting lots of compiler errors.  I'm not surprised; the i386
version of linux_sigarray.c tries to define an array of values, but it
never once includes *ANY* headers - not even the obvious ones, like
the ones that would define what the LINUX__NSIG is, or any of the NetBSD
native signal numbers.

Is this just me?  I've re-updated this file, to no avail.  Did something
else change?

-s