mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-07 23:50:28 +01:00
Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.
This commit is contained in:
parent
3f1a1551df
commit
e78abf3bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue