X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Ffdtable.h;h=b8b1a471d79626055f597128e52164404aacd4b8;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=8f73559796a0655cdd36e770c674c60e23ba4a46;hpb=518dba2d9baacacfd4e79f79d2388c5bc1bdca12;p=lttng-modules.git diff --git a/wrapper/fdtable.h b/wrapper/fdtable.h index 8f735597..b8b1a471 100644 --- a/wrapper/fdtable.h +++ b/wrapper/fdtable.h @@ -8,10 +8,10 @@ #ifndef _LTTNG_WRAPPER_FDTABLE_H #define _LTTNG_WRAPPER_FDTABLE_H -#include +#include #include -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,7,0)) int lttng_iterate_fd(struct files_struct *files, unsigned int first, @@ -29,7 +29,7 @@ int lttng_iterate_fd(struct files_struct *files, #endif -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,4,0)) static inline bool lttng_close_on_exec(int fd, const struct fdtable *fdt) {