diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-08 09:43:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-08 09:43:25 +0000 |
commit | 6e00646ed6ba2d5355fa406f1be533968491c303 (patch) | |
tree | 0baa969ac6b8ca8fa5fad43ea09297862e842cce /security/authforce/files/patch-ab | |
parent | Bumping PORTREVISION because the distinfo file was fixed. (diff) |
Authforce is an HTTP authentication brute forcer.
Notes
Notes:
svn path=/head/; revision=58699
Diffstat (limited to 'security/authforce/files/patch-ab')
-rw-r--r-- | security/authforce/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/authforce/files/patch-ab b/security/authforce/files/patch-ab new file mode 100644 index 000000000000..693aa76d1a45 --- /dev/null +++ b/security/authforce/files/patch-ab @@ -0,0 +1,10 @@ +--- src/methods.c.bak Mon May 7 01:02:47 2001 ++++ src/methods.c Wed May 8 12:34:16 2002 +@@ -5,7 +5,6 @@ + #include <stdlib.h> + #include <string.h> + #include <unistd.h> +-#include <malloc.h> + #ifdef MEMWATCH + #include "memwatch.h" + #endif /* MEMWATCH */ |