diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:27:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:27:20 +0000 |
commit | af43695da8795f81a7e22a49c0bcfab4ee415abc (patch) | |
tree | 7b7600dc5004add2c65807903ea964af1e6369ad /sys-apps/lshw/files | |
parent | Added user-submitted patch to zd1211 to make it compile properly. Bug #110776. (diff) | |
download | historical-af43695da8795f81a7e22a49c0bcfab4ee415abc.tar.gz historical-af43695da8795f81a7e22a49c0bcfab4ee415abc.tar.bz2 historical-af43695da8795f81a7e22a49c0bcfab4ee415abc.zip |
old
Diffstat (limited to 'sys-apps/lshw/files')
-rw-r--r-- | sys-apps/lshw/files/02.00b-dev.patch | 27 | ||||
-rw-r--r-- | sys-apps/lshw/files/digest-lshw-02.03b | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/lshw/files/02.00b-dev.patch b/sys-apps/lshw/files/02.00b-dev.patch deleted file mode 100644 index 4b381b350cd7..000000000000 --- a/sys-apps/lshw/files/02.00b-dev.patch +++ /dev/null @@ -1,27 +0,0 @@ -No real reason to force including of kernel headers in order -to get at the major/minor functions since libc provides them. - -http://bugs.gentoo.org/show_bug.cgi?id=75168 - ---- lshw-B.02.00/src/core/osutils.cc.orig 2004-12-21 17:02:04.562016784 -0500 -+++ lshw-B.02.00/src/core/osutils.cc 2004-12-21 17:02:24.910923280 -0500 -@@ -7,10 +7,6 @@ - #include <limits.h> - #include <stdlib.h> - #include <ctype.h> --#include <linux/fs.h> --#ifndef MINOR --#include <linux/kdev_t.h> --#endif - - static char *id = - "@(#) $Id: 02.00b-dev.patch,v 1.1 2004/12/21 22:15:01 vapier Exp $"; -@@ -250,7 +246,7 @@ - { - char devid[80]; - -- snprintf(devid, sizeof(devid), "%ud:%ud", (unsigned int)MAJOR(buf.st_rdev), (unsigned int)MINOR(buf.st_rdev)); -+ snprintf(devid, sizeof(devid), "%ud:%ud", (unsigned int)major(buf.st_rdev), (unsigned int)minor(buf.st_rdev)); - return string(devid); - } - else diff --git a/sys-apps/lshw/files/digest-lshw-02.03b b/sys-apps/lshw/files/digest-lshw-02.03b deleted file mode 100644 index 2bd1ba178aaa..000000000000 --- a/sys-apps/lshw/files/digest-lshw-02.03b +++ /dev/null @@ -1 +0,0 @@ -MD5 f0de8716c63cd4692a1dec604824d90e lshw-B.02.03.tar.gz 833055 |