hyc TIOCPKT_IOCTL won't include the termios data on Linux. Just use
697f296 Jun 18, 2010
TIOCPKT_IOCTL won't include the termios data on Linux. Just use
tcgetattr to retrieve it when the bit is set. (On BSD, whatever the
kernel sent will be ignored. Not worth ifdef'ing this behavior since
the format of the kernel data is kernel version dependent)
697f296