Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/30/1999 19:10:01
Module Name:	src
Committed By:	cgd
Date:		Wed Mar 31 03:10:01 UTC 1999

Modified Files:
	src/sys/arch/alpha/stand/common: prom.c
Log Message:
In putchar(), don't open-code two calls to the prom puts routine.  Instead,
call a helper function (putonechar()).  Savings: 64 bytes.  Cha-ching!