File: gcc-15.patch

package info (click to toggle)
isatapd 0.9.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: ansic: 1,342; sh: 1,139; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1096865

--- isatapd-0.9.7.orig/src/isatap.c
+++ isatapd-0.9.7/src/isatap.c
@@ -339,7 +339,7 @@ int drop_to_user(char* username)
 /**
  * SIGHUP
  **/
-static void sighup_handler_child() {
+static void sighup_handler_child(int sig) {
 	exit(EXIT_CHECK_PRL);
 }