Whamcloud - gitweb
land b1_4_bgl on HEAD (20050404_1913)
[fs/lustre-release.git] / lnet / include / libcfs / list.h
index eebb7b6..7bd40d6 100644 (file)
@@ -9,7 +9,7 @@
 #define CFS_LIST_HEAD(n)               LIST_HEAD(n)
 #define CFS_INIT_LIST_HEAD(p)          INIT_LIST_HEAD(p)
 
-#else /* !defined (__linux__) && defined(__KERNEL__) */
+#else /* !defined (__linux__) || !defined(__KERNEL__) */
 
 /*
  * Simple doubly linked list implementation.