diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:48:33 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:48:33 +0200 |
commit | d46bc527368f101271862479c0069e9dc8bf599c (patch) | |
tree | 942642b14a7f7b87c062c9e679a6b2bf3f9dcda8 /extra/lshw/abi_stdlib.diff | |
parent | 88720bba815bd8361f062593998bbd60a3d19eec (diff) | |
download | nutyx-extra-d46bc527368f101271862479c0069e9dc8bf599c.tar.gz nutyx-extra-d46bc527368f101271862479c0069e9dc8bf599c.tar.bz2 nutyx-extra-d46bc527368f101271862479c0069e9dc8bf599c.tar.xz nutyx-extra-d46bc527368f101271862479c0069e9dc8bf599c.zip |
Ajout de lshw#B.02.13-1
Diffstat (limited to 'extra/lshw/abi_stdlib.diff')
-rwxr-xr-x | extra/lshw/abi_stdlib.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/lshw/abi_stdlib.diff b/extra/lshw/abi_stdlib.diff new file mode 100755 index 000000000..8ab61a006 --- /dev/null +++ b/extra/lshw/abi_stdlib.diff @@ -0,0 +1,10 @@ +--- src/core/abi.cc 2008-05-24 22:30:21.000000000 -0500 ++++ src/core/abi.cc 2008-05-24 22:29:28.000000000 -0500 +@@ -9,6 +9,7 @@ + #include "osutils.h" + #include <unistd.h> + #include <dirent.h> ++#include <stdlib.h> + + __ID("@(#) $Id: mem.cc 1352 2006-05-27 23:54:13Z ezix $"); + |