summaryrefslogtreecommitdiffstats
path: root/net/net-snmp/patches/161-project_types.patch
blob: 0818f5dd46d1c5e41cf3e49b50cd47e790f4b241 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.d/config_project_types
+++ b/configure.d/config_project_types
@@ -66,7 +66,7 @@ netsnmp_save_CFLAGS=$CFLAGS
 CFLAGS="$CFLAGS -Werror"
 
 AC_MSG_CHECKING([for the type of fd_set::fds_bits])
-for type in __fd_mask __int32_t unknown; do
+for type in fd_mask int32_t size_t; do
   AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
 #include <sys/select.h>
 #include <stddef.h>