diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-05-09 23:42:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-05-09 23:42:26 +0000 |
commit | e78abf3bdfbf5fc13fbc5b1d3ec00e9484297b89 (patch) | |
tree | 95eeb439c1c40b8fe75ca183812cc283bc459521 | |
parent | 3f1a1551df2a9f45b3b8821f3f168d4dc8b8b438 (diff) |
Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.
-rw-r--r-- | hw/xfree86/os-support/bsd/alpha_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |