Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/24/1999 20:02:58
Module Name:	src
Committed By:	simonb
Date:		Thu Mar 25 04:02:57 UTC 1999

Added Files:
	src/sys/arch/pmax/stand/lib: putchar.c
Log Message:
Basic putchar() implentation in terms of the PROM's printf() callback.
Not really effecient, but there isn't that much printf'ing down by SA
programs and we can use the libsa printf() so things like "%ld" work.