]> git.pld-linux.org Git - packages/xorg-driver-video-xgi.git/blame - gcc10.patch
- fix building with gcc 10+, rel 7
[packages/xorg-driver-video-xgi.git] / gcc10.patch
CommitLineData
78151328
JR
1--- xf86-video-xgi-1.6.1/src/xgi_accel.h~ 2015-08-18 00:57:47.000000000 +0200
2+++ xf86-video-xgi-1.6.1/src/xgi_accel.h 2021-11-04 00:07:13.033520669 +0100
3@@ -119,10 +119,10 @@
4 /* Jong 09/27/2007; recover for compiler error */
5 /* typedef unsigned long ulong ; */
6
7-unsigned long r_port, w_port ;
8+extern unsigned long r_port, w_port ;
9
10-int G2CmdQueLen;
11-int Alignment ;
12+extern int G2CmdQueLen;
13+extern int Alignment ;
14 /* int GBCount = 0 ; */
15
16 extern void Volari_SetDefaultIdleWait(XGIPtr pXGI, unsigned HDisplay,
This page took 0.135129 seconds and 4 git commands to generate.