From: Darren Tucker Date: Fri, 5 Sep 2025 10:07:16 +0000 (+1000) Subject: Create replacement nlist.h if needed. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f93de828b9b0f29bff51d38ea92d0759595ec30b;p=thirdparty%2Fopenssh-portable.git Create replacement nlist.h if needed. Remove #ifdef HAVE_NLIST_H wrapper. ok djm@ --- diff --git a/configure.ac b/configure.ac index bc18f8ee9..c6cc57f25 100644 --- a/configure.ac +++ b/configure.ac @@ -533,6 +533,7 @@ AC_CHECK_HEADERS([ \ libgen.h \ paths.h \ netgroup.h \ + nlist.h \ poll.h \ stdint.h \ sys/stat.h \ diff --git a/misc.c b/misc.c index 072f8d68f..cb061d4e1 100644 --- a/misc.c +++ b/misc.c @@ -32,9 +32,7 @@ #include #include #include -#ifdef HAVE_NLIST_H #include -#endif #include #include #include