From e78abf3bdfbf5fc13fbc5b1d3ec00e9484297b89 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 9 May 2005 23:42:26 +0000 Subject: [PATCH] Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha. --- hw/xfree86/os-support/bsd/alpha_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/bsd/alpha_video.c b/hw/xfree86/os-support/bsd/alpha_video.c index 31500dda1..5b7b35b40 100644 --- a/hw/xfree86/os-support/bsd/alpha_video.c +++ b/hw/xfree86/os-support/bsd/alpha_video.c @@ -489,7 +489,7 @@ static void writeSparse32(int Value, pointer Base, register unsigned long Offset); #ifdef __FreeBSD__ -extern int sysarch(int, char *); +extern int sysarch(int, void *); #endif struct parms {