summaryrefslogtreecommitdiffstats
path: root/extra/lshw/lshw-gcc-4.5.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-04 15:44:42 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-04 15:44:42 +0100
commit288161137a3d29ee6e42e8208d86203c2fef66bf (patch)
treeddef16e5a2be79f7c8393677578b8d7010c5213d /extra/lshw/lshw-gcc-4.5.patch
parentc7b886540972dd3cd9bc30404d8c17c661856258 (diff)
downloadnutyx-extra-288161137a3d29ee6e42e8208d86203c2fef66bf.tar.gz
nutyx-extra-288161137a3d29ee6e42e8208d86203c2fef66bf.tar.bz2
nutyx-extra-288161137a3d29ee6e42e8208d86203c2fef66bf.tar.xz
nutyx-extra-288161137a3d29ee6e42e8208d86203c2fef66bf.zip
lshw, port nettoyé
Diffstat (limited to 'extra/lshw/lshw-gcc-4.5.patch')
-rw-r--r--extra/lshw/lshw-gcc-4.5.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/lshw/lshw-gcc-4.5.patch b/extra/lshw/lshw-gcc-4.5.patch
deleted file mode 100644
index 58b53a29b..000000000
--- a/extra/lshw/lshw-gcc-4.5.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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));