File: gcc-15.patch

package info (click to toggle)
wdm 1.28-27.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 11,438; sh: 1,033; makefile: 377; perl: 32; cpp: 10
file content (15 lines) | stat: -rw-r--r-- 409 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/1098087

--- wdm-1.28.orig/src/wdm/Greet.c
+++ wdm-1.28/src/wdm/Greet.c
@@ -140,8 +140,6 @@ static char     xsessionArg[256], exitAr
 
 struct display *Save_d=NULL;
 
-extern  char    **systemEnv();
-
 /****  pipe I/O routines ****/
 
 /** The following code was adapted from in.c by Tom Rothamel */