diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 15:44:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 15:44:42 +0100 |
commit | 288161137a3d29ee6e42e8208d86203c2fef66bf (patch) | |
tree | ddef16e5a2be79f7c8393677578b8d7010c5213d /extra/lshw/abi_stdlib.diff | |
parent | c7b886540972dd3cd9bc30404d8c17c661856258 (diff) | |
download | nutyx-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/abi_stdlib.diff')
-rwxr-xr-x | extra/lshw/abi_stdlib.diff | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/lshw/abi_stdlib.diff b/extra/lshw/abi_stdlib.diff deleted file mode 100755 index 8ab61a006..000000000 --- a/extra/lshw/abi_stdlib.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 $"); - |