[package] fix path to the md5 header in dsniff, patch from Russell Senior
authorFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 11:16:25 +0000 (11:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 11:16:25 +0000 (11:16 +0000)
SVN-Revision: 16132

net/dsniff/patches/008-md5_include.patch [new file with mode: 0644]

diff --git a/net/dsniff/patches/008-md5_include.patch b/net/dsniff/patches/008-md5_include.patch
new file mode 100644 (file)
index 0000000..ff71343
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ru dsniff-2.4/record.c dsniff-2.4-new/record.c\r
+--- dsniff-2.4/record.c        2009-05-27 23:40:08.000000000 -0700\r
++++ dsniff-2.4-new/record.c    2009-05-27 23:39:53.000000000 -0700\r
+@@ -14,7 +14,7 @@\r
\r
+ #include <stdio.h>\r
+ #include <time.h>\r
+-#include <md5.h>\r
++#include "missing/md5.h"\r
+ #include <gdbm.h>\r
+ #include <libnet.h>\r
\r