summaryrefslogtreecommitdiff
path: root/security/hashcat/files/patch-include_common.h
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-08-19 15:17:31 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-08-19 15:17:31 +0000
commitb629e5f60449ff48aeabcb6096e14ba6f8d6d3f8 (patch)
treea4e9ae2bb18d769e47b663a86e853a16004c6fc9 /security/hashcat/files/patch-include_common.h
parentFix ruby version range which was missing the important portepoch (diff)
Update to 3.10
Upstream have included our local patches. ChangeLog: https://raw.githubusercontent.com/hashcat/hashcat/v3.10/docs/changes.txt PR: 211998 Submitted by: lifanov@mail.lifanov.com (maintainer)
Notes
Notes: svn path=/head/; revision=420475
Diffstat (limited to 'security/hashcat/files/patch-include_common.h')
-rw-r--r--security/hashcat/files/patch-include_common.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/hashcat/files/patch-include_common.h b/security/hashcat/files/patch-include_common.h
deleted file mode 100644
index bf13aed556fe..000000000000
--- a/security/hashcat/files/patch-include_common.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/common.h.orig 2016-06-28 09:47:32 UTC
-+++ include/common.h
-@@ -51,6 +51,11 @@
- #include <mach/mach.h>
- #endif
-
-+#ifdef __FreeBSD__
-+#include <termios.h>
-+#include <sys/ioctl.h>
-+#endif
-+
- typedef void *OCL_LIB;
-
- #ifdef HAVE_HWMON