Browse Source

add missing patch

Ralf S. Engelschall 24 years ago
parent
commit
ce374c0294
1 changed files with 10 additions and 0 deletions
  1. 10 0
      dsniff/dsniff.patch

+ 10 - 0
dsniff/dsniff.patch

@@ -0,0 +1,10 @@
+--- record.c.orig	Sat Jan  5 20:39:48 2002
++++ record.c	Sat Jan  5 20:39:59 2002
+@@ -15,6 +15,7 @@
+ #include <md5.h>
+ #ifdef HAVE_DB_185_H
+ #define DB_LIBRARY_COMPATIBILITY_API
++#define DB185 DB
+ #include <db_185.h>
+ #elif HAVE_DB_H
+ #include <db.h>