瀏覽代碼

OSX and FreeBSD share similar characteristics :)

Stuart Morgan 10 年之前
父節點
當前提交
87e17d97a4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/hashcat-cli.c

+ 1 - 2
src/hashcat-cli.c

@@ -12,7 +12,6 @@
 #include <sys/sysctl.h>
 #endif
 
-
 #define _FILE_OFFSET_BITS 64
 #define _CRT_SECURE_NO_WARNINGS
 
@@ -2842,7 +2841,7 @@ void save_hash ()
 
 #ifdef POSIX
 
-#ifndef OSX
+#if !defined(OSX) && !defined(FREEBSD)
 
 static struct termio savemodes;
 static int havemodes = 0;