diff options
Diffstat (limited to 'system/procps/ut-hostsize.patch')
-rw-r--r-- | system/procps/ut-hostsize.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/procps/ut-hostsize.patch b/system/procps/ut-hostsize.patch new file mode 100644 index 000000000..3bc3255f7 --- /dev/null +++ b/system/procps/ut-hostsize.patch @@ -0,0 +1,14 @@ +--- procps-v4.0.5/configure.ac.old 2024-12-18 18:41:10.000000000 -0600 ++++ procps-v4.0.5/configure.ac 2025-06-16 03:13:14.743718810 -0500 +@@ -81,9 +81,9 @@ + dnl Needed for musl + if test "x$ac_cv_header_utmpx_h" = xyes + then : +-AC_CHECK_DECLS([__UT_HOSTSIZE], ++AC_CHECK_DECLS([UT_HOSTSIZE], + [AC_DEFINE([HAVE_UT_HOSTSIZE_IN_UTMPX], [1], +- [Define if __UT_HOSTSIZE in utmpx.h])], ++ [Define if UT_HOSTSIZE in utmpx.h])], + [], + [[#include <utmpx.h>]]) + fi |