mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
. Use the correct prototype for sysarch(2). Should fix the build on
CURRENT/alpha. Submitted by: bento via kris
This commit is contained in:
parent
a413824fd7
commit
0ca27b5702
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101603
@ -1,5 +1,5 @@
|
||||
--- programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c.orig Tue Oct 29 15:19:13 2002
|
||||
+++ programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c Tue Mar 4 16:28:04 2003
|
||||
--- programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c.orig Tue Oct 29 16:19:13 2002
|
||||
+++ programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c Sat Feb 21 00:26:25 2004
|
||||
@@ -33,7 +33,10 @@
|
||||
#include <sys/param.h>
|
||||
#ifndef __NetBSD__
|
||||
@ -33,3 +33,12 @@
|
||||
}
|
||||
|
||||
void
|
||||
@@ -475,7 +480,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user