Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc-draft/trunk]: xsrc/external/mit/xf86-video-pnozz/dist/src Fix build wit...



details:   https://anonhg.NetBSD.org/xsrc-all/rev/9e021f4571ea
branches:  trunk
changeset: 10730:9e021f4571ea
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Thu May 27 22:21:05 2021 +0200

description:
Fix build with clang

diffstat:

 external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 75e13ffc5b99 -r 9e021f4571ea external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c
--- a/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c        Tue May 25 00:39:15 2021 +0200
+++ b/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c        Thu May 27 22:21:05 2021 +0200
@@ -1,6 +1,6 @@
 /*
  * SBus Weitek P9100 EXA support
- *
+ */
 /*-
  * Copyright (c) 2021 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -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