summaryrefslogtreecommitdiffstats
path: root/extra/lshw/lshw-gcc-4.5.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-19 17:12:08 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-19 17:12:08 +0200
commit60eaf0fc6474d6bc07a202890b500280330a971a (patch)
treeed08a88fe33a62dab872e74446984a6823f95c61 /extra/lshw/lshw-gcc-4.5.patch
parentbcb5de96aa9e5d606296637f03a5099747630029 (diff)
downloadnutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.gz
nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.bz2
nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.xz
nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.zip
ajout de lshw#B.02.13-1
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));