Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.

This commit is contained in:
Eric Anholt 2005-05-09 23:42:26 +00:00
parent 3f1a1551df
commit e78abf3bdf

View File

@ -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 {