mirror of
https://github.com/sheumann/telnetd.git
synced 2025-08-15 14:27:32 +00:00
Use <termios.h> instead of <sys/termios.h>.
<sys/termios.h> only works on FreeBSD by accident. git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@199874 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include <errno.h>
|
||||
#ifdef USE_TERMIO
|
||||
# ifndef VINTR
|
||||
# include <sys/termios.h>
|
||||
# include <termios.h>
|
||||
# endif
|
||||
# define termio termios
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user