X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-pid-ns.c;h=23b0e6d25451559397299e7c875cef7610fa2190;hb=684a1e4d7e9a4cf1070e5202e419e1b9f6e9853c;hp=721485dfafdccae6082439fb57563b9f8ef26a6e;hpb=cfa6cc1d0f01c2cfcc1a679abf3a6572d411c309;p=lttng-modules.git 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)