Subject: /dev/MAKEDEV broken for ttyx?
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Brad Parker <brad@fcr.com>
List: current-users
Date: 07/31/1994 14:17:14
seems to me that if you do "MAKEDEV tty0" it will fail since unit will be
empty. "MAKEDEV com0" will work, however.  am I missing something?

from /dev/MAKEDEV:

	...
	com*|tty*)
	        unit=`expr $i : 'com\(.*\)'`
	...

-brad

------------------------------------------------------------------------------