diff options
author | Benjamin Schindler <config@gentoo.org> | 2005-04-28 19:45:00 +0000 |
---|---|---|
committer | Benjamin Schindler <config@gentoo.org> | 2005-04-28 19:45:00 +0000 |
commit | ae6faa04747b5671c86d35b9d576bbe700a4f728 (patch) | |
tree | 7a75224211bdaf40a49c01f246be76916de00b2d /app-forensics | |
parent | Stable on alpha + ia64. (diff) | |
download | gentoo-2-ae6faa04747b5671c86d35b9d576bbe700a4f728.tar.gz gentoo-2-ae6faa04747b5671c86d35b9d576bbe700a4f728.tar.bz2 gentoo-2-ae6faa04747b5671c86d35b9d576bbe700a4f728.zip |
Compilation fix for amd64
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/sleuthkit/files/sleuthkit-2.01-include_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-forensics/sleuthkit/files/sleuthkit-2.01-include_fix.patch b/app-forensics/sleuthkit/files/sleuthkit-2.01-include_fix.patch new file mode 100644 index 000000000000..2574d76db8de --- /dev/null +++ b/app-forensics/sleuthkit/files/sleuthkit-2.01-include_fix.patch @@ -0,0 +1,11 @@ +--- src/misc/tsk_os.h.old 2005-04-28 23:12:56.000000000 +0000 ++++ src/misc/tsk_os.h 2005-04-28 23:11:34.000000000 +0000 +@@ -77,7 +77,7 @@ + */ + #if defined(LINUX2) + #define SUPPORTED +-#include <linux/types.h> ++/* #include <linux/types.h> */ + #include <inttypes.h> + #endif /* LINUX */ + |