summaryrefslogtreecommitdiff
path: root/security/slurpie/files/patch-mn.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 03:24:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 03:24:01 +0000
commitea1a4b4c7e6e9b74f8ec79a92478d1e8b950de3e (patch)
tree7f67610c155f7ac1aaed9ac200716be40855da0b /security/slurpie/files/patch-mn.h
parentrelease rid (diff)
Slurpie is a passwd file cracker similar to CrackerJack and John the Ripper
except that it can be run in a distributed environment (multiple computers aka nodes).
Notes
Notes: svn path=/head/; revision=25808
Diffstat (limited to 'security/slurpie/files/patch-mn.h')
-rw-r--r--security/slurpie/files/patch-mn.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/slurpie/files/patch-mn.h b/security/slurpie/files/patch-mn.h
new file mode 100644
index 000000000000..41c8a0b7f4a0
--- /dev/null
+++ b/security/slurpie/files/patch-mn.h
@@ -0,0 +1,18 @@
+--- src/mn.h.orig Sat Jan 30 13:09:01 1999
++++ src/mn.h Sun Feb 13 19:13:32 2000
+@@ -2,11 +2,12 @@
+ #define _MN_H_
+
+ /////////////////////////////////
+-#include <stdio.h>
+-#include <stdarg.h>
+-#include <netinet/in.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <stdio.h>
++#include <stdarg.h>
+
+
+ /////////////////////////////////