You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-forensics/examiner/files/examiner-0.5-perl.patch

39 lines
797 B

--- a/os/linux/examiner_hashes.pl.orig 2005-05-22 10:39:56.000000000 +1000
+++ b/os/linux/examiner_hashes.pl 2005-05-22 10:40:11.000000000 +1000
@@ -1,6 +1,6 @@
$loaded_library=1;
-syscalls = (
+$syscalls = (
1 => "exit",
2 => "fork",
3 => "read",
@@ -240,7 +240,7 @@
237 => "fremovexattr",
);
-socketcall = (
+$socketcall = (
1 => "SOCKET",
2 => "BIND",
3 => "CONNECT",
--- a/os/bsd/examiner_hashes.pl.orig 2005-05-22 10:45:39.000000000 +1000
+++ b/os/bsd/examiner_hashes.pl 2005-05-22 10:45:58.000000000 +1000
@@ -1,6 +1,6 @@
$loaded_library=1;
-syscalls = (
+$syscalls = (
1 => "exit",
2 => "fork",
3 => "read",
@@ -186,7 +186,7 @@
281 => "MAXSYSCALL",
);
-socketcall = (
+$socketcall = (
1 => "SOCKET",
2 => "BIND",
3 => "CONNECT",