summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2013-09-27 19:06:31 +0200
committerGuillem Jover <guillem@hadrons.org>2013-10-22 03:59:36 +0200
commit646137de571a9df950d3a3edb454803268fd5f98 (patch)
treecb52e64afa4d9cf59318bc98998250ddeb253ce3
parent457bd576a4895f0d3a65e550dbe2470177bf650d (diff)
Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
Using the wrong macro name means that the code uses an obsolete typedef that issues warnings. Signed-off-by: Guillem Jover <guillem@hadrons.org> Reviewed-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/tdfx.h2
1 files changed, 1 insertions, 1 deletions
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;