Using the wrong macro name means that the code uses an obsolete typedef that issues warnings.
Signed-off-by: Guillem Jover <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
