projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a62e8e0
)
Properly protect kernel structures in varsym.h
author
Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
Mon, 8 Jun 2009 22:48:46 +0000 (
01:48
+0300)
committer
Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
Mon, 8 Jun 2009 22:48:46 +0000 (
01:48
+0300)
Noticed-by: Antonio Huete Himenez, dillon@, aggelos@
Tested-by: dillon@
sys/sys/varsym.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/varsym.h
b/sys/sys/varsym.h
index
f482fdb
..
9ef7087
100644
(file)
--- 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 <sys/queue.h> /* TAILQ_* macros */