Haiku: widen globbing on device names

We also need to match:
/dev/disk/ata/0/slave/raw
/dev/disk/usb/0/0/raw
This commit is contained in:
François Revol 2016-07-24 19:42:12 +02:00 committed by Christophe Grenier
parent 3932c37783
commit 588fa1e76e

View file

@ -384,7 +384,7 @@ list_disk_t *hd_parse(list_disk_t *list_disk, const int verbose, const int testd
#elif defined(__HAIKU__)
{
#ifdef HAVE_GLOB_H
list_disk=hd_glob_parse("/dev/disk/*/*/master/raw", list_disk, verbose, testdisk_mode);
list_disk=hd_glob_parse("/dev/disk/*/*/*/raw", list_disk, verbose, testdisk_mode);
#endif
}
#else