mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-30 01:14:25 +00:00
Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user