1c2935fc4b
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
11 lines
332 B
Text
11 lines
332 B
Text
--- ./src/makedefs.orig Sun Oct 6 23:53:33 2002
|
|
+++ ./src/makedefs Sun Oct 6 23:53:45 2002
|
|
@@ -8,6 +8,8 @@
|
|
;;
|
|
FreeBSD.4*) DEFS="-DFREEBSD4"
|
|
;;
|
|
+ FreeBSD.5*) DEFS="-DFREEBSD5"
|
|
+ ;;
|
|
OpenBSD.[23]*) DEFS="-DOPENBSD2"
|
|
;;
|
|
OpenBSD.3*) DEFS="-DOPENBSD3"
|