thorpej
Wed Jul 30 10:43:56 PDT 1997
Update of /cvsroot/src/usr.sbin/rbootd
In directory netbsd1:/var/slash-tmp/cvs-serv14232
Modified Files:
utils.c
Log Message:
Arithmetic between "int" and "size_t" is promoted to "long" on the Alpha;
use the %ld printf format, and cast to (long) for printing.