fix a bug in device.c.

This commit is contained in:
okuji 2000-07-13 08:32:55 +00:00
parent 1b9e348ef6
commit 72ca6286fb
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-07-13 OKUJI Yoshinori <okuji@gnu.org>
* lib/device.c: Include errno.h. Reported by Thierry DELHAISE
<thierry.delhaise@delhaise.com>.
2000-07-12 OKUJI Yoshinori <okuji@gnu.org>
Just to start implementing serial console support...