summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/hurd/hurd_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/hurd/hurd_video.c')
-rw-r--r--hw/xfree86/os-support/hurd/hurd_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/hurd/hurd_video.c b/hw/xfree86/os-support/hurd/hurd_video.c
index b8b00c892..4a99db375 100644
--- a/hw/xfree86/os-support/hurd/hurd_video.c
+++ b/hw/xfree86/os-support/hurd/hurd_video.c
@@ -42,7 +42,7 @@
42 * Video Memory Mapping section 42 * Video Memory Mapping section
43 ***************************************************************************/ 43 ***************************************************************************/
44static pointer 44static pointer
45mapVidMem(int ScreenNum,int Flags, unsigned long Base, unsigned long Size) 45mapVidMem(int ScreenNum, unsigned long Base, unsigned long Size, int Flags)
46{ 46{
47 mach_port_t device,iopl_dev; 47 mach_port_t device,iopl_dev;
48 memory_object_t iopl_mem; 48 memory_object_t iopl_mem;