diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
| commit | 7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c (patch) | |
| tree | e0126e2509b740e47b67d4dc1f804389b4beee46 /security/altivore/files/patch-aa | |
| parent | Add --enable-zvt if compiled with GNOME support so things will work (diff) | |
New port altivore version 0.9.3: A publically disclosed (neither
GPL nor open-source) ala Carnivore src
PR: 31111
Submitted by: Justin Stanford <jus@security.za.net>
Reviewed by: des (licensing issues)
Notes
Notes:
svn path=/head/; revision=48627
Diffstat (limited to 'security/altivore/files/patch-aa')
| -rw-r--r-- | security/altivore/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/altivore/files/patch-aa b/security/altivore/files/patch-aa new file mode 100644 index 000000000000..3f09f08e8a11 --- /dev/null +++ b/security/altivore/files/patch-aa @@ -0,0 +1,11 @@ +--- altivore.c Mon Oct 8 00:31:58 2001 ++++ altivorenew.c Mon Oct 8 00:34:30 2001 +@@ -164,7 +164,7 @@ +
+ */
+ #include <string.h>
+-#include <malloc.h>
++/* #include <malloc.h> This is commented out for the FreeBSD port, as it is deprecated */
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <stdarg.h>
|
