Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 04/01/1999 19:23:51
Module Name:	src
Committed By:	cgd
Date:		Fri Apr  2 03:23:50 UTC 1999

Modified Files:
	src/sys/arch/alpha/stand/common: common.h
Added Files:
	src/sys/arch/alpha/stand/common: panic_putstr.c putstr.c
Log Message:
add a common putstr() function which just puts()'s the chars in
its argument string.  implement a broken version of panic() in terms
of it, for cases where we need panic() but can't affort printf().