Module Name:    xsrc
Committed By:   joerg
Date:           Thu May 27 20:20:22 UTC 2021

Modified Files:
        xsrc/external/mit/xf86-video-pnozz/dist/src: pnozz_exa.c

Log Message:
Don't define MaxClip and junk twice, fixing build with -fno-common.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c
diff -u xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c:1.1 xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c:1.2
--- xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c:1.1	Thu May 27 04:48:10 2021
+++ xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c	Thu May 27 20:20:22 2021
@@ -82,7 +82,7 @@ static CARD32 PnozzDrawROP[] = {
 void PnozzInitEngine(PnozzPtr);
 void pnozz_write_colour(PnozzPtr pPnozz, int reg, CARD32 colour);
 
-CARD32 MaxClip, junk;
+extern CARD32 MaxClip, junk;
 
 static void
 PnozzWaitMarker(ScreenPtr pScreen, int Marker)

Reply via email to