Subject: Re: 10th serial port
To: Andrew Brown <atatat@atatdot.net>
From: Simon Burge <simonb@netbsd.org>
List: tech-kern
Date: 06/16/2000 09:24:35
Andrew Brown wrote:

> why not use printf?
> 
>    unit=`printf %02x $ounit`

One problem is that printf is dynamically linked and on /usr...

Simon.