Thomas Anders wrote: > This commit broke the build on at least AIX 4.x, HP-UX 10.x/11.x and > Solaris where struct "dirent" does not have a field "d_type": > > snmplib/dir_utils.c:104: error: structure has no member named `d_type' > snmplib/dir_utils.c:104: error: `DT_DIR' undeclared (first use in this > function) > snmplib/dir_utils.c:104: error: (Each undeclared identifier is reported > only once > snmplib/dir_utils.c:104: error: for each function it appears in.) > > This probably calls for a configure check and #ifdef, at least.
Should be fixed by r16706, hopefully. +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
