diff options
Diffstat (limited to 'security/hashcat/files/patch-src_terminal.c')
-rw-r--r-- | security/hashcat/files/patch-src_terminal.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/hashcat/files/patch-src_terminal.c b/security/hashcat/files/patch-src_terminal.c deleted file mode 100644 index cf2d5cded207..000000000000 --- a/security/hashcat/files/patch-src_terminal.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/terminal.c.orig 2022-09-02 14:58:13 UTC -+++ src/terminal.c -@@ -490,7 +490,7 @@ int tty_fix () - } - #endif - --#if defined (__APPLE__) || defined (__FreeBSD__) -+#if defined (__APPLE__) - static struct termios savemodes; - static int havemodes = 0; - |