change winsize to struct winsize
winsize
is incorrectly declared in termios.h
, causing OpenSSL
to produce a compile error. This change fixes that problem.
Merge request reports
Activity
Please register or sign in to reply
winsize
is incorrectly declared in termios.h
, causing OpenSSL
to produce a compile error. This change fixes that problem.