diff options
Diffstat (limited to 'sysutils/kassiber/files/patch-main.c')
-rw-r--r-- | sysutils/kassiber/files/patch-main.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/kassiber/files/patch-main.c b/sysutils/kassiber/files/patch-main.c deleted file mode 100644 index 3a6e598e28ff..000000000000 --- a/sysutils/kassiber/files/patch-main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- main.c.orig 2025-07-30 19:54:07 UTC -+++ main.c -@@ -302,7 +302,11 @@ openat_retry(const int dfd, const char *const path, in - if (fd >= 0 || errno != EINTR) { - return fd; - } else { -+#ifdef __powerpc__ -+ return openat_retry(dfd, path, flags, mode); -+#else - __attribute__((musttail)) return openat_retry(dfd, path, flags, mode); -+#endif - } - } - |