1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

. Fix the sysarch() prototype as was done in XFree86-4-Server. Hopefully

this will fix the build on recent -CURRENT/alpha.

Requested by:	kris
This commit is contained in:
Greg Lewis 2004-02-25 18:18:11 +00:00
parent be7c26949f
commit 6e9e1c40a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102114

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c.orig Wed Feb 25 11:04:10 2004
+++ programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c Wed Feb 25 11:04:50 2004
@@ -483,7 +483,7 @@
writeSparse32(int Value, pointer Base, register unsigned long Offset);
#ifdef __FreeBSD__
-extern int sysarch(int, char *);
+extern int sysarch(int, void *);
#endif
struct parms {