blob: 3bc3255f78afe08e8d4fb87d4639ed6bf84ee8bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|