mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
CYGWIN: fix build.
Signed-off-by: Carlo Bramini <carlo_bramini@users.sourceforge.net> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
8295945011
commit
e298600303
@@ -264,7 +264,9 @@ encode_termios_opts(struct termios *attr, unsigned char *buf, size_t buflen)
|
||||
SSH_ENCODE_LOCAL_OPT(IEXTEN)
|
||||
SSH_ENCODE_LOCAL_OPT(ECHOCTL)
|
||||
SSH_ENCODE_LOCAL_OPT(ECHOKE)
|
||||
#ifdef PENDIN
|
||||
SSH_ENCODE_LOCAL_OPT(PENDIN)
|
||||
#endif
|
||||
#undef SSH_ENCODE_LOCAL_OPT
|
||||
|
||||
#define SSH_ENCODE_CC_OPT(opt) SSH_ENCODE_OPT(TTY_OP_##opt, attr->c_cc[opt])
|
||||
|
||||
Reference in New Issue
Block a user