fix: RT_PATCH_VERSION is close to overflow
[lttng-modules.git] / wrapper / fdtable.c
index a44beb5521888da9043a3dd23125690194181e98..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 "fdtable.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.02368 seconds and 4 git commands to generate.