Explorar o código

Fixed merge conflict and merged in from upstream/master

Stuart Morgan %!s(int64=10) %!d(string=hai) anos
pai
achega
38e4a8f9d9
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/hashcat-cli.c

+ 2 - 3
src/hashcat-cli.c

@@ -6,6 +6,7 @@
 #ifdef FREEBSD
 #include <sys/types.h>
 #include <sys/sysctl.h>
+#include <sys/ttydefaults.h>
 #endif
 
 #ifdef OSX
@@ -2840,9 +2841,7 @@ void save_hash ()
 }
 
 #ifdef POSIX
-
-#if !defined(OSX) && !defined(FREEBSD)
->>>>>>> fd6bd8ccba6a646b729c8e60253c650bb0fc14b7
+#if !defined(OSX) 
 
 static struct termios savemodes;
 static int havemodes = 0;