Date: Fri, 27 Aug 2004 08:49:57 -0700 (PDT) From: Andrew Elmore <aelmore@interwoven.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: alpha/71037: Build fix for X.org server with 5.3Beta on Alpha (Patch included) Message-ID: <200408271549.i7RFnvlb089525@relax.amer.interwoven.com> Resent-Message-ID: <200408271550.i7RFoTvS080578@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408271549.i7RFnvlb089525>
