|
|
@@ -1,4 +1,4 @@
|
|
|
-From 1fefcbffe4ade02d625bf058a7c07aeaf9fa7a2f Mon Sep 17 00:00:00 2001
|
|
|
+From 65e1b96bd40cb14b3729ac56bb9f1fcb77254403 Mon Sep 17 00:00:00 2001
|
|
|
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
Date: Tue, 1 Nov 2022 14:16:01 +0100
|
|
|
Subject: [PATCH] fix build with kernel < 5.9
|
|
|
@@ -15,17 +15,17 @@ Fixes:
|
|
|
- http://autobuild.buildroot.org/results/ed9a847905083175c7fcb2f2df28f9ac5b9c3313
|
|
|
|
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
-[Upstream status: https://github.com/openSUSE/catatonit/pull/24]
|
|
|
+Upstream: https://github.com/openSUSE/catatonit/commit/663ad1670689143f65af3a288f90cecb7feed54f
|
|
|
---
|
|
|
catatonit.c | 2 +-
|
|
|
configure.ac | 2 +-
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
diff --git a/catatonit.c b/catatonit.c
|
|
|
-index a38263a..474c525 100644
|
|
|
+index a33f4cd..b10d9b0 100644
|
|
|
--- a/catatonit.c
|
|
|
+++ b/catatonit.c
|
|
|
-@@ -35,7 +35,7 @@
|
|
|
+@@ -36,7 +36,7 @@
|
|
|
#include <limits.h>
|
|
|
#include <dirent.h>
|
|
|
|
|
|
@@ -35,10 +35,10 @@ index a38263a..474c525 100644
|
|
|
#else
|
|
|
# include <sys/syscall.h>
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
-index 94c5c84..a746ea1 100644
|
|
|
+index 69e89f0..b37f146 100644
|
|
|
--- a/configure.ac
|
|
|
+++ b/configure.ac
|
|
|
-@@ -22,7 +22,7 @@ LT_PREREQ([2.4.2])
|
|
|
+@@ -24,7 +24,7 @@ LT_PREREQ([2.4.2])
|
|
|
LT_INIT([disable-shared])
|
|
|
|
|
|
AC_CHECK_HEADERS([errno.h fcntl.h signal.h stdarg.h stdio.h stdlib.h unistd.h])
|
|
|
@@ -47,6 +47,3 @@ index 94c5c84..a746ea1 100644
|
|
|
|
|
|
AC_CHECK_FUNCS([close_range])
|
|
|
|
|
|
---
|
|
|
-2.35.1
|
|
|
-
|