openbsd-ports/security/slurpie/patches/patch-src_mn_h
danh 4fb9d93ace 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).

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-03 22:34:09 +00:00

20 lines
461 B
Plaintext

$OpenBSD: patch-src_mn_h,v 1.1.1.1 2001/01/03 22:34:09 danh Exp $
--- src/mn.h.orig Sat Jan 30 16:09:01 1999
+++ src/mn.h Wed Jan 3 15:17:44 2001
@@ -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>
/////////////////////////////////