Module Name: src
Committed By: cgd
Date: Wed Mar 31 03:22:57 UTC 1999
Modified Files:
src/sys/arch/alpha/stand/common: prom.c
Log Message:
no point in passing &ret to test_getchar(); nobody cares! also, no
point in doing the check-for-abort functionality twice in putchar()
(once with a call to test_getchar(), once open coded).