[PATCH xf86-video-tdfx 2/7] Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
Guillem Jover
guillem at hadrons.org
Mon Oct 7 12:11:20 PDT 2013
Using the wrong macro name means that the code uses an obsolete typedef
that issues warnings.
Signed-off-by: Guillem Jover <guillem at hadrons.org>
---
src/tdfx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tdfx.h b/src/tdfx.h
index 7e3be81..d8a72db 100644
--- a/src/tdfx.h
+++ b/src/tdfx.h
@@ -226,7 +226,7 @@ typedef struct _TDFXRec {
unsigned long MMIOAddr[MAXCHIPS];
EntityInfoPtr pEnt;
int numChips;
-#ifndef XSERVER_PCIACCESS
+#ifndef XSERVER_LIBPCIACCESS
PCITAG PciTag[MAXCHIPS];
#endif
Bool Primary;
--
1.8.4
More information about the xorg-devel
mailing list