From 113f6c1e41c4d2d20a9d23da764772c6247b8f52 Mon Sep 17 00:00:00 2001 From: joseph <> Date: Thu, 6 Jan 2000 19:05:50 +0000 Subject: [PATCH] hasDev3DfxLinux --> hadDev3DfxLinux() This was fixed for the FreeBSD port by Timothy Lottes --- swlibs/newpci/pcilib/fxpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swlibs/newpci/pcilib/fxpci.c b/swlibs/newpci/pcilib/fxpci.c index 31f4e56..d1f3666 100644 --- a/swlibs/newpci/pcilib/fxpci.c +++ b/swlibs/newpci/pcilib/fxpci.c @@ -466,7 +466,7 @@ pciOpen( void ) */ #ifdef __linux__ - if (hasDev3DfxLinux) return pciOpenLinux(); + if (hasDev3DfxLinux()) return pciOpenLinux(); #endif for ( deviceNumber = 0; deviceNumber < MAX_PCI_DEVICES; deviceNumber++ ) {