CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/14 15:05:31
Modified files:
lib/libcurses : curses.h term.h termcap.h
Log message:
switch over ncurses to --enable-const
ncurses has a configure option that adds a few more consts to its
headers by way of the NCURSES_CONST define. Starting with version
6.0, this has become the default. OpenBSD is still on ncurses 5.7,
but FreeBSD and Linux have moved on. Enable the additional consts
to eliminate compiler warnings when sharing code with other platforms.
ok deraadt@ millert@