--- Emacs fails to compile at commit 9686b015a0d71d08828afb0cfe6e477bbc4909ae when performing a fresh bootstrap: ``` term.c: In function ‘init_tty’: term.c:4167:39: error: too many arguments to function ‘tigetstr’ 4167 | tty->TS_enter_strike_through_mode = tigetstr ("smxx", address); ^~~~~~~~ In file included from term.c:32: tparam.h:46:7: note: declared here 46 | char *tigetstr (const char *); | ^~~~~~~~ make[2]: *** [Makefile:424: term.o] Error 1 make[2]: *** Waiting for unfinished jobs.... ``` Full log attached.