On Fri, 6 Jul 2007 21:07:59 +0900 Mitsuru Chinen <[EMAIL PROTECTED]> wrote:
> Could you apply the following patch to 5.3 and 5.4 tree? I'm sorry again. I forgot to attach the patch. Best Regards, ---- Mitsuru Chinen <[EMAIL PROTECTED]> Index: include/net-snmp/types.h =================================================================== --- include/net-snmp/types.h (revision 16593) +++ include/net-snmp/types.h (working copy) @@ -158,11 +158,12 @@ #ifndef HAVE_UINT64_T #ifdef HAVE_U_INT64_T typedef u_int64_t uint64_t; +#define HAVE_UINT64_T 1 #elif defined(INT64_T) typedef unsigned INT64_T uint64_t; -#endif #define HAVE_UINT64_T 1 #endif +#endif #ifndef HAVE_INTMAX_T #ifdef SIZEOF_LONG_LONG ------------------------------------------------------------------------- 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
