File: gcc-15.patch

package info (click to toggle)
xcb 2.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: ansic: 4,121; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with GCC 15

--- a/xcb.c
+++ b/xcb.c
@@ -983,7 +983,7 @@ dogetseln (n, ptr, nb)
 static void
 dolist (list, fn, data, nbytes)
      char *list;
-     void (*fn) ();
+     void (*fn) (int, char *, int);
      char *data;
      int nbytes;
 {