Browse Source

pull in global config.h to get proper type definitions in helper functions

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
bf6d75e1ec
  1. 10
      dsniff/dsniff.patch
  2. 2
      dsniff/dsniff.spec

10
dsniff/dsniff.patch

@ -224,3 +224,13 @@
}
-#endif /* !i386 */
--- missing/md5.c.dist 2003-08-11 18:01:03.000000000 +0200
+++ missing/md5.c 2003-08-11 18:01:15.000000000 +0200
@@ -15,6 +15,7 @@
* will fill a supplied 16-byte array with the digest.
*/
+#include "../../config.h"
#include "config.h"
#include <sys/types.h>

2
dsniff/dsniff.spec

@ -49,7 +49,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: BSD-style
Version: %{V_dsniff}
Release: 20030723
Release: 20030813
# list of sources
Source0: http://www.monkey.org/~dugsong/dsniff/dsniff-%{V_dsniff}.tar.gz

Loading…
Cancel
Save