summaryrefslogtreecommitdiffstats
path: root/extra/lshw/lshw-gcc-4.5.patch
diff options
context:
space:
mode:
authorSibelle <lesibel@ree.fr>2010-05-20 15:48:02 +0200
committerSibelle <lesibel@ree.fr>2010-05-20 15:48:02 +0200
commitbeda9423de068376ce21a6d8b6a23efcdad58914 (patch)
tree18c9d1f97669efc0b5c150af8a1f7e0cc169583c /extra/lshw/lshw-gcc-4.5.patch
parentfd83c961c1009f749ffd4d92de70dd4688750907 (diff)
parent68b1f6753fda14c0f8e2ed2a6e2b84eda066bcdf (diff)
downloadnutyx-extra-beda9423de068376ce21a6d8b6a23efcdad58914.tar.gz
nutyx-extra-beda9423de068376ce21a6d8b6a23efcdad58914.tar.bz2
nutyx-extra-beda9423de068376ce21a6d8b6a23efcdad58914.tar.xz
nutyx-extra-beda9423de068376ce21a6d8b6a23efcdad58914.zip
Merge remote branch 'nutyx-attapu/master'
Diffstat (limited to 'extra/lshw/lshw-gcc-4.5.patch')
-rw-r--r--extra/lshw/lshw-gcc-4.5.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/lshw/lshw-gcc-4.5.patch b/extra/lshw/lshw-gcc-4.5.patch
new file mode 100644
index 000000000..58b53a29b
--- /dev/null
+++ b/extra/lshw/lshw-gcc-4.5.patch
@@ -0,0 +1,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));