diff --git a/packages/addons/addon-depends/system-tools-depends/dtach/patches/0001-fix-gcc-15-build.patch b/packages/addons/addon-depends/system-tools-depends/dtach/patches/0001-fix-gcc-15-build.patch new file mode 100644 index 0000000000..2866c8a21c --- /dev/null +++ b/packages/addons/addon-depends/system-tools-depends/dtach/patches/0001-fix-gcc-15-build.patch @@ -0,0 +1,25 @@ +From 6d80909a8c0fd19717010a3c76fec560f988ca48 Mon Sep 17 00:00:00 2001 +From: Rudi Heitbaum +Date: Mon, 9 Dec 2024 12:35:09 +0000 +Subject: [PATCH] fix gcc-15 build + +--- + attach.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/attach.c b/attach.c +index 41a696c..e4a46bd 100644 +--- a/attach.c ++++ b/attach.c +@@ -96,7 +96,7 @@ die(int sig) + + /* Window size change. */ + static RETSIGTYPE +-win_change() ++win_change(int sig) + { + signal(SIGWINCH, win_change); + win_changed = 1; +-- +2.43.0 +