X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-context-uts-ns.c;h=3c399fe3138d44196d64c5a681478a2cc0377623;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=b4284a5c5cf0d4fe854437fdf20c6cef06b88a3c;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;p=lttng-modules.git diff --git a/src/lttng-context-uts-ns.c b/src/lttng-context-uts-ns.c index b4284a5c..3c399fe3 100644 --- a/src/lttng-context-uts-ns.c +++ b/src/lttng-context-uts-ns.c @@ -20,7 +20,7 @@ #include #if defined(CONFIG_UTS_NS) && \ - (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) + (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static size_t uts_ns_get_size(size_t offset)