Thx, Simon. That fixes it! Erik
> On Dec 30, 2023, at 8:41 AM, Simon Josefsson <si...@josefsson.org> wrote: > > Erik A Johnson <johns...@usc.edu> writes: > >> compiling inetutils 2.5 on macOS Sonoma gives an error compiling >> src/syslogd.c because the third argument in the prototype for ttymsg >> is "char *" but macOS /usr/include/util.h has it as "const char *”. > > Thanks for testing! See existing report here: > https://savannah.gnu.org/bugs/index.php?65093 > > Patch that is applied in git: > https://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=e158f9c70dbf0f8d2e09e4aa8e4ef73989c8b529 > > /Simon