X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-ipc-ns.c;h=162fac59ec3ad7f1013a917c1065add5d4a8f854;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=a11292252002fec03d4d102979b028c991f8607e;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;p=lttng-modules.git diff --git a/src/lttng-context-ipc-ns.c b/src/lttng-context-ipc-ns.c index a1129225..162fac59 100644 --- a/src/lttng-context-ipc-ns.c +++ b/src/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)