/[smeserver]/rpms/hal/sme7/hal-null-block-device.patch
ViewVC logotype

Contents of /rpms/hal/sme7/hal-null-block-device.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Mar 22 16:11:10 2012 UTC (12 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: hal-0_4_2-9_0_el4_sme, hal-0_4_2-8_EL4, hal-0_4_2-9_el4_sme, HEAD
Import

1 diff -urN hal-0.4.2/tools/fstab-sync.c hal-0.4.2.new/tools/fstab-sync.c
2 --- hal-0.4.2/tools/fstab-sync.c 2004-10-21 22:27:44.000000000 +0100
3 +++ hal-0.4.2.new/tools/fstab-sync.c 2005-10-06 13:05:45.072898583 +0100
4 @@ -1008,6 +1008,9 @@
5 {
6 FSTableLine *line, *previous_line;
7
8 + if (block_device == NULL)
9 + return NULL;
10 +
11 previous_line = NULL;
12 line = table->lines;
13 while (line != NULL)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed