2008-01-05 Robert Millan <rmh@aybabtu.com>

* util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
        discs unconditionaly, since udev and others have options to provide
        them.
This commit is contained in:
robertmh 2008-01-05 12:02:03 +00:00
parent d8b43d9b50
commit ddf8f6add7
2 changed files with 23 additions and 20 deletions

View file

@ -1,3 +1,9 @@
2008-01-05 Robert Millan <rmh@aybabtu.com>
* util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
discs unconditionaly, since udev and others have options to provide
them.
2008-01-05 Robert Millan <rmh@aybabtu.com>
* normal/completion.c (iterate_dir): Skip `.' and `..' directories.