9fans archive / 1996 / 02 / 87 /    prev next

From: jim mckie jmk@pla...
Subject: update/cmd/aux/vag/824494834.rc on plan9.att.com
Date: Mon, 26 Feb 1996 10:59:07 -0500

This is mentioned in
	1) CHANGES.txt on plan9.att.com;
	2) the mkfile;
	3) the article i posted about the new stuff:
	   cmd/aux/vga/824494834.rc:
		The usual shotgun blast of fixes/changes, most pertain to fixes for
		the ARK2000 cards (Hercules Stingray 64 Video and the Diamond Stealth64
		Graphics 2xx1).

		New support for cards with the S3 Vision 968 + IBM RGB524 RAMDAC
		(STB Velocity 64 Video and #9 Motion 771).

		NOTE: you must make a change in the mkfile, see the comment therein.

------ forwarded message follows ------

>From cse.psu.edu!9fans-outgoing-owner Mon Feb 26 10:37:16 EST 1996
Received: from colossus.cse.psu.edu by plan9; Mon Feb 26 10:37:16 EST 1996
Received: by colossus.cse.psu.edu id <78650>; Mon, 26 Feb 1996 10:29:55 -0500
Received: from ns.dbSystems.com ([204.178.76.1]) by colossus.cse.psu.edu with SMTP id <78616>; Mon, 26 Feb 1996 10:29:28 -0500
Received: (from gdb@localhost) by ns.dbSystems.com (8.6.11/8.6.9) id JAA09553 for 9fans@cse...; Mon, 26 Feb 1996 09:14:27 -0600
Date:	Mon, 26 Feb 1996 10:14:27 -0500
From:	"G. David Butler" <dbSystems.com!gdb>
Message-Id: <199602261514.JAA09553@ns....>
To:	cse.psu.edu!9fans
Subject: update/cmd/aux/vag/824494834.rc on plan9.att.com
Sender: cse.psu.edu!owner-9fans
Precedence: bulk
Reply-To: cse.psu.edu!9fans

After adding the above patches, the file "error.c" will not compile
on va_list.

After

#include <libc.h>

on line 2, add

#include <stdarg.h>