alpha/71037: Build fix for X.org server with 5.3Beta on Alpha
(Patch included)
Andrew Elmore
aelmore at interwoven.com
Fri Aug 27 08:50:30 PDT 2004
>Number: 71037
>Category: alpha
>Synopsis: Build fix for X.org server with 5.3Beta on Alpha (Patch included)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-alpha
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 27 15:50:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Andrew Elmore
>Release: FreeBSD 5.3-BETA1 Alpha
>Organization:
none
>Environment:
System: FreeBSD muir.chilicheese.com 5.3-BETA1 FreeBSD 5.3-BETA1 #1: Wed Aug 25 18:10:55 PDT 2004 root at muir.chilicheese.com:/data/obj/usr/src/sys/MUIR alpha
>Description:
machine/sysarch.h header changed: alpha_video.c declared an extern sysarch function
which didn't match the prototype. The enclosed patch fixes it -- (as XFree86-4 has
already been fixed).
>How-To-Repeat:
build x11-servers/xorg-server on Alpha.
>Fix:
here is file x11-servers/xorg-server/patch-alpha-video.c:
--- programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c.orig Fri Aug 27 01:29:46 2004
+++ programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c Fri Aug 27 01:21:29 2004
@@ -487,7 +487,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 {
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-alpha
mailing list