Commit ID: 1005BE872F324B3552E
CVSROOT: /cvs
Module name: contrib
Changes by: [email protected] 2018/11/11 18:20:52 UTC
Modified files:
code/jupp : configure.ac tty.c utils.h
Log message:
drop <sys/termios.h> as requested by musl libc;
no complaints from https://stackoverflow.com/q/53200928/2171120
also, don’t check for <termios.h> separately and streamline includes;
bump version while here
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.73 -r1.74 contrib/code/jupp/configure.ac
cvs -R rdiff -kk -upr1.37 -r1.38 contrib/code/jupp/tty.c
cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/jupp/utils.h