summaryrefslogtreecommitdiffstats
path: root/extra/lshw/lshw-gcc-4.5.patch
blob: 58b53a29b9ece4af4c2160860c9780d4680fbc19 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lshw-B.02.13-original/src/core/scsi.cc	2008-05-09 22:32:50.000000000 +0200
+++ lshw-B.02.13/src/core/scsi.cc	2010-05-19 16:58:50.000000000 +0200
@@ -842,7 +842,7 @@
 
           if (!controller)
           {
-            controller = node.addChild(hwNode::hwNode("scsi", hw::storage));
+            controller = node.addChild(hwNode("scsi", hw::storage));
             if (controller)
             {
               controller->setLogicalName(host_logicalname(number));