Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xf86-video-pnozz/dist/src Don't define MaxCli...
details: https://anonhg.NetBSD.org/xsrc/rev/08996374df34
branches: trunk
changeset: 10726:08996374df34
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 27 20:20:22 2021 +0000
description:
Don't define MaxClip and junk twice, fixing build with -fno-common.
diffstat:
external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 942d7f3f0d62 -r 08996374df34 external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c
--- a/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c Thu May 27 04:48:10 2021 +0000
+++ b/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c Thu May 27 20:20:22 2021 +0000
@@ -82,7 +82,7 @@
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)
Home |
Main Index |
Thread Index |
Old Index