summaryrefslogtreecommitdiff
path: root/sysutils/sleuthkit/files
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-29 17:39:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-29 17:39:22 +0000
commitf68477c719faf08780d5df76611169d86e4b8906 (patch)
treeba8afff2a3f32a04bf0f38dc0f727910a987ba7a /sysutils/sleuthkit/files
parent- Update to version 4.55 [1] (diff)
Update to 4.3.0
Notes
Notes: svn path=/head/; revision=419264
Diffstat (limited to 'sysutils/sleuthkit/files')
-rw-r--r--sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp b/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp
deleted file mode 100644
index cd026996ab98..000000000000
--- a/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- tsk/hashdb/binsrch_index.cpp.orig 2015-09-16 17:07:12 UTC
-+++ tsk/hashdb/binsrch_index.cpp
-@@ -23,7 +23,7 @@
- // the hash, so there are 2 ^ 12 or 4096 possible entries.
- static const size_t IDX_IDX_ENTRY_COUNT = 4096;
- static const size_t IDX_IDX_SIZE = IDX_IDX_ENTRY_COUNT * sizeof(uint64_t);
--static const uint64_t IDX_IDX_ENTRY_NOT_SET = 0xFFFFFFFFFFFFFFFF;
-+static const uint64_t IDX_IDX_ENTRY_NOT_SET = 0xFFFFFFFFFFFFFFFFULL;
-
-
- /**