mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 03:18:06 +02: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);
|
writeSparse32(int Value, pointer Base, register unsigned long Offset);
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
extern int sysarch(int, char *);
|
extern int sysarch(int, void *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct parms {
|
struct parms {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue