X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=src%2Flttng-context-pid-ns.c;h=23b0e6d25451559397299e7c875cef7610fa2190;hp=721485dfafdccae6082439fb57563b9f8ef26a6e;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416 diff --git a/src/lttng-context-pid-ns.c b/src/lttng-context-pid-ns.c index 721485df..23b0e6d2 100644 --- a/src/lttng-context-pid-ns.c +++ b/src/lttng-context-pid-ns.c @@ -20,7 +20,7 @@ #include #if defined(CONFIG_PID_NS) && \ - (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) + (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static size_t pid_ns_get_size(size_t offset)