Magellan Linux

Contents of /trunk/hal/patches/hal-0.5.7.1-part-table.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations) (download)
Fri Oct 20 18:01:50 2006 UTC (17 years, 6 months ago) by niro
File size: 447 byte(s)
patches and files for hal-0.5.7.1-r1

1 diff -ruN hal-0.5.7-old/volume_id/volume_id.c hal-0.5.7/volume_id/volume_id.c
2 --- hal-0.5.7-old/volume_id/volume_id.c 2006-02-22 07:30:41.000000000 +0100
3 +++ hal-0.5.7/volume_id/volume_id.c 2006-03-08 11:21:01.000000000 +0100
4 @@ -165,6 +165,9 @@
5 if (volume_id_probe_raid(id, off, size) == 0)
6 return 0;
7
8 + if (volume_id_probe_msdos_part_table(id, off) == 0)
9 + return 0;
10 +
11 if (volume_id_probe_filesystem(id, off, size) == 0)
12 return 0;
13