? Makefile ? min-macro.diff ? modedefs ? xf86DefModeSet.c Index: xf86pciBus.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c,v retrieving revision 1.5 diff -u -p -r1.5 xf86pciBus.c --- xf86pciBus.c 12 Oct 2004 19:13:43 -0000 1.5 +++ xf86pciBus.c 11 Nov 2004 20:08:31 -0000 @@ -104,9 +104,6 @@ static PciBusPtr xf86PciBus = NULL; #define PCI_MEM32_LENGTH_MAX 0xFFFFFFFF -#undef MIN -#define MIN(x,y) ((xblock_end = MIN(tmp->block_end,PCI_MEM32_LENGTH_MAX); + tmp->block_end = min(tmp->block_end,PCI_MEM32_LENGTH_MAX); tmp = tmp->next; } } else if ((pbp->primary == pvp->bus) &&