File: gcc-15.patch

package info (click to toggle)
crashme 2.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 3,730; makefile: 145
file content (15 lines) | stat: -rw-r--r-- 359 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/1096477

--- crashme-2.8.5.orig/crashme.c
+++ crashme-2.8.5/crashme.c
@@ -409,7 +409,7 @@ again_handler (int sig)
 }
 
 void
-my_signal (int sig, void (*func) ())
+my_signal (int sig, void (*func) (int))
 {
 #ifndef SA_ONESHOT
   signal (sig, func);