From: Aggelos Economopoulos Date: Mon, 8 Jun 2009 22:48:46 +0000 (+0300) Subject: Properly protect kernel structures in varsym.h X-Git-Tag: v2.3.2~200^2 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e3dd2e77dac37d62947ebf7656d2cdb500e87b57 Properly protect kernel structures in varsym.h Noticed-by: Antonio Huete Himenez, dillon@, aggelos@ Tested-by: dillon@ --- diff --git a/sys/sys/varsym.h b/sys/sys/varsym.h index f482fdb..9ef7087 100644 --- a/sys/sys/varsym.h +++ b/sys/sys/varsym.h @@ -9,8 +9,7 @@ #ifndef _SYS_VARSYM_H_ #define _SYS_VARSYM_H_ -/*#if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) FUTURE */ -#if 1 +#if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) #ifndef _SYS_QUEUE_H_ #include /* TAILQ_* macros */