+1 >Patch 1728247 is created under recognition where the SIZEOF_LONG_LONG is defined when a platform has long long type. However the net-snmp-config.h for MSVC has SIZEOF_LONG_LONG definition even if MSVC doesn't have long long type.
>To match the configure script behavior, it's better to remove the definition. However, only removing the definition affects snmplib/snmp_client.c. In case vars->val_len is the system widest unsinged integer type, truncating integer routine doesn't work. Then, I add routine for uintmax_t. When running at MSVC, uintmax_t is defined as __int64 type. >I'd like to call for votes to include it in 5.4.1. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. ------------------------------------------------------------------------- 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
