From e9c6c26a92a62cd8c161f3f17b0f02e12f773a0a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 28 May 2009 11:16:25 +0000 Subject: [PATCH] [package] fix path to the md5 header in dsniff, patch from Russell Senior SVN-Revision: 16132 --- net/dsniff/patches/008-md5_include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/dsniff/patches/008-md5_include.patch diff --git a/net/dsniff/patches/008-md5_include.patch b/net/dsniff/patches/008-md5_include.patch new file mode 100644 index 0000000000..ff71343257 --- /dev/null +++ b/net/dsniff/patches/008-md5_include.patch @@ -0,0 +1,12 @@ +diff -ru dsniff-2.4/record.c dsniff-2.4-new/record.c +--- dsniff-2.4/record.c 2009-05-27 23:40:08.000000000 -0700 ++++ dsniff-2.4-new/record.c 2009-05-27 23:39:53.000000000 -0700 +@@ -14,7 +14,7 @@ + + #include + #include +-#include ++#include "missing/md5.h" + #include + #include + -- 2.30.2