#ifdef _KERNEL not #if _KERNEL.

Pointy hat to:	mike
This commit is contained in:
Mike Barcroft 2002-10-13 12:33:38 +00:00
parent 8b92be43b2
commit af103111f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105044

View File

@ -46,7 +46,7 @@ typedef long sig_atomic_t;
#define MINSIGSTKSZ (1024 * 4)
#endif
#if _KERNEL
#ifdef _KERNEL
typedef int osigset_t;
struct osigcontext {