diff options
-rw-r--r-- | xserver/hw/xfree86/os-support/bsd/hppa_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/hw/xfree86/os-support/bsd/hppa_video.c b/xserver/hw/xfree86/os-support/bsd/hppa_video.c index 1bddbd5ea..3054b7b85 100644 --- a/xserver/hw/xfree86/os-support/bsd/hppa_video.c +++ b/xserver/hw/xfree86/os-support/bsd/hppa_video.c @@ -57,7 +57,7 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem) pVidMem->mapMem = hppaMapVidMem; pVidMem->unmapMem = hppaUnmapVidMem; #if HAVE_PCI_SYSTEM_INIT_DEV_MEM - pci_system_init_dev_mem(xf86Info.consolefd); + pci_system_init_dev_mem(xf86Info.consoleFd); #endif pVidMem->initialised = TRUE; } @@ -68,7 +68,7 @@ volatile unsigned char *ioBase = MAP_FAILED; static pointer hppaMapVidMem(int ScreenNum, unsigned long Base, unsigned long Size, int flags) { - int fd = xf86Info.consolefd; + int fd = xf86Info.consoleFd; pointer base; #ifdef DEBUG |