CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/04 11:14:27
Modified files:
usr.bin/mandoc : main.c
Log message:
For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>
like almost all other userland programs. This also improves
portability: for example, it looks like <sys/termios.h> does not
work on FreeBSD, or at least bapt@ did the same change over there.
