X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-pid-ns.c;h=68f8274329390a482e099c9d5b27943bc8ec48f5;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=ccf629d4f995f7746ff7915f852d52cf3cc6e8f9;hpb=e0f2366419fc59700e575bab82a41255c51de2dc;p=lttng-modules.git diff --git a/lttng-context-pid-ns.c b/lttng-context-pid-ns.c index ccf629d4..68f82743 100644 --- a/lttng-context-pid-ns.c +++ b/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)