diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 07:07:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 07:07:26 +0000 |
commit | 1c2935fc4bd9d7f60f28328fe790d4cdf926a752 (patch) | |
tree | c2559b2e166e6a8f8be1057cfbec5457672f209a /sysutils/task/files/patch-ab | |
parent | upgrade to 1.2.6 (diff) |
The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
for a complete analysis of Microsoft and UNIX file systems. TASK
enables investigators to identify and recover evidence from images
acquired during incident response or from live systems.
Obtained from: openbsd
Notes
Notes:
svn path=/head/; revision=67534
Diffstat (limited to 'sysutils/task/files/patch-ab')
-rw-r--r-- | sysutils/task/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/task/files/patch-ab b/sysutils/task/files/patch-ab new file mode 100644 index 000000000000..86345ec50965 --- /dev/null +++ b/sysutils/task/files/patch-ab @@ -0,0 +1,11 @@ +--- ./src/fstools/fs_tools.h.orig Sun Oct 6 23:54:26 2002 ++++ ./src/fstools/fs_tools.h Sun Oct 6 23:56:05 2002 +@@ -91,7 +91,7 @@ + /* + * FreeBSD can handle filesystems > 2GB. + */ +-#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) ++#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) || defined(FREEBSD5) + #define SUPPORTED + #define LSEEK lseek + #define OFF_T off_t |