[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FTBFS splitvt 1.6.6 on kfreebsd



I mantain splitvt and the last release fails to build on kfreebsd-i386
[0] and on kfreebsd-amd64 [1]. This problem is reported here [2].

Any help with this would be very appreciated :-)

Port it to POSIX <termios.h> ?

The splitvt already supports termio,
so basically convert
ioctl(fd, TCGETA, (char *) &tty_mode)
into
tcgetattr(fd, tty_mode)

Petr

[1] http://pubs.opengroup.org/onlinepubs/007908799/xsh/termios.h.html
[2] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html


Reply to: