Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hashcat-cli.c: fix build against musl libc
GLIBC's termio.h is just an empty file with 2 include directives: #include <termios.h> #include <sys/ioctl.h> and a comment that says that it is obsolete and you should use termios.h and struct termios instead - exactly what musl libc does. since the obsolete interface was replaced with termios by POSIX, musl only implements the standardized interface.
- Loading branch information