diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-14 03:24:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-14 03:24:01 +0000 |
| commit | ea1a4b4c7e6e9b74f8ec79a92478d1e8b950de3e (patch) | |
| tree | 7f67610c155f7ac1aaed9ac200716be40855da0b /security/slurpie/files/patch-mn.h | |
| parent | 5f0e4341447d505e142508461b8409da81ee902a (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).
Diffstat (limited to 'security/slurpie/files/patch-mn.h')
| -rw-r--r-- | security/slurpie/files/patch-mn.h | 18 |
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> + + + ///////////////////////////////// |
