[EMAIL PROTECTED] wrote: > Revision: 16328 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=16328&view=rev > Author: dts12 > Date: 2007-04-30 07:33:09 -0700 (Mon, 30 Apr 2007) > > Log Message: > ----------- > CHANGES: snmpd: PATCH: 1702366: Support for icmpStatsTable > Patch provided by Neil Horman > > Modified Paths: > -------------- > trunk/net-snmp/agent/mibgroup/mibII/icmp.c > trunk/net-snmp/agent/mibgroup/mibII/icmp.h
I think this patch broke the build for non-Linux systems: agent/mibgroup/mibII/icmp.c:732: error: dereferencing pointer to incomplete type agent/mibgroup/mibII/icmp.c:736: error: dereferencing pointer to incomplete type agent/mibgroup/mibII/icmp.c:740: error: dereferencing pointer to incomplete type agent/mibgroup/mibII/icmp.c:744: error: dereferencing pointer to incomplete type agent/mibgroup/mibII/icmp.c:748: error: dereferencing pointer to incomplete type because the "struct icmp_stats_table_entry" definition is inside "#ifdef linux". Should we put *more* code inside "#ifdef linux" or is it worth to try to extract the portable components and start with *removing* the #ifdef around the struct definition? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
