File: fix-ftbs-gcc-15.patch

package info (click to toggle)
dtach 0.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: ansic: 1,658; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix ftbfs with GCC-15
Author: Stefan Voelkel <bd@bc-bd.org>
Bug-Debian: https://bugs.debian.org/1096551
Forwarded: not-needed
Origin: other

--- dtach-0.9.orig/attach.c
+++ dtach-0.9/attach.c
@@ -97,7 +97,7 @@ die(int sig)
 
 /* Window size change. */
 static RETSIGTYPE
-win_change()
+win_change(int signum)
 {
 	signal(SIGWINCH, win_change);
 	win_changed = 1;