X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-context-ipc-ns.c;h=f723e8a72880b255eae69dff3e1c0d7ac215e0d8;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=40b901b4b70c89fb5bd47fd34997507bc904c423;hpb=e0f2366419fc59700e575bab82a41255c51de2dc;p=lttng-modules.git diff --git a/lttng-context-ipc-ns.c b/lttng-context-ipc-ns.c index 40b901b4..f723e8a7 100644 --- a/lttng-context-ipc-ns.c +++ b/lttng-context-ipc-ns.c @@ -20,7 +20,7 @@ #include #if defined(CONFIG_IPC_NS) && \ - (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) + (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static size_t ipc_ns_get_size(size_t offset)