Magellan Linux

Annotation of /trunk/lshw/patches/lshw-02.14.b-gcc45.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1104 - (hide annotations) (download)
Fri Aug 20 09:39:58 2010 UTC (13 years, 9 months ago) by niro
File size: 438 byte(s)
added gcc-4.5 build fix

1 niro 1104 --- src/core/scsi.cc 2010-04-09 21:08:59.887818751 +0200
2     +++ src/core/scsi.cc 2010-04-09 21:09:31.450569085 +0200
3     @@ -842,7 +842,7 @@
4    
5     if (!controller)
6     {
7     - controller = node.addChild(hwNode::hwNode("scsi", hw::storage));
8     + controller = node.addChild(hwNode("scsi", hw::storage));
9     if (controller)
10     {
11     controller->setLogicalName(host_logicalname(number));