diff options
Diffstat (limited to 'swaylock/c48320819613e81a09e0481aaa2b92c93fba0d73.patch')
| -rw-r--r-- | swaylock/c48320819613e81a09e0481aaa2b92c93fba0d73.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/swaylock/c48320819613e81a09e0481aaa2b92c93fba0d73.patch b/swaylock/c48320819613e81a09e0481aaa2b92c93fba0d73.patch deleted file mode 100644 index 6fbf8495..00000000 --- a/swaylock/c48320819613e81a09e0481aaa2b92c93fba0d73.patch +++ /dev/null @@ -1,19 +0,0 @@ -From c48320819613e81a09e0481aaa2b92c93fba0d73 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?=C5=81ukasz=20P=2E=20Michalik?= <lpmichalik@googlemail.com> -Date: Sat, 9 Aug 2025 08:51:08 +0200 -Subject: [PATCH] fix missing include for sigaction - ---- - comm.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/comm.c b/comm.c -index 1e5fd49c..feea1945 100644 ---- a/comm.c -+++ b/comm.c -@@ -1,4 +1,5 @@ - #include <assert.h> -+#include <signal.h> - #include <stdbool.h> - #include <stdlib.h> - #include <sys/types.h> |