aports/main/net-snmp/fix-fd_mask.patch
2023-08-16 13:24:52 +00:00

11 lines
389 B
Diff

--- a/configure
+++ b/configure
@@ -31638,7 +31638,7 @@
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the type of fd_set::fds_bits" >&5
printf %s "checking for the type of fd_set::fds_bits... " >&6; }
-for type in __fd_mask __int32_t unknown; do
+for type in __fd_mask fd_mask __int32_t unknown; do
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */