Namespace kernel version macros
[lttng-modules.git] / wrapper / fdtable.c
index ef39ba6320c9bd277d7fbf07907d5847eeb39b01..f6cf2ca153c665092cbcb0aec41765b1a54b25fe 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 #include <linux/spinlock.h>
 #include <wrapper/fdtable.h>
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,7,0))
 
 /*
  * Reimplementation of iterate_fd() for kernels between 2.6.32 and 3.6
This page took 0.023753 seconds and 4 git commands to generate.