diff options
Diffstat (limited to 'packages/strace')
-rw-r--r-- | packages/strace/6.3/0000-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/strace/6.3/0000-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch b/packages/strace/6.3/0000-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch index ffae1a68..b34d2c3a 100644 --- a/packages/strace/6.3/0000-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch +++ b/packages/strace/6.3/0000-configure-do-not-take-the-SUBLEVEL-part-of-the-kerne.patch @@ -33,7 +33,7 @@ Resolves: https://github.com/strace/strace/issues/253 /* end confdefs.h. */ #include <linux/version.h> -#define USE_OS_HEADERS (LINUX_VERSION_CODE > 393984 ? 1 : -1) -+#define USE_OS_HEADERS ((LINUX_VERSION_CODE >> 8) > (]linux_version_code[ >> 8) ? 1 : -1) ++#define USE_OS_HEADERS ((LINUX_VERSION_CODE >> 8) > (393984 >> 8) ? 1 : -1) int main () { |