*** src/netcpu_perfstat.c.ORIG Tue Sep 16 16:25:47 2008 --- src/netcpu_perfstat.c Tue Sep 16 16:27:46 2008 *************** *** 28,33 **** --- 28,36 ---- #if HAVE_LIMITS_H # include + # if defined(_AIX) && !defined(LLONG_MAX) + # define LLONG_MAX (9223372036854775807LL) + # endif # ifndef LONG_LONG_MAX # define LONG_LONG_MAX LLONG_MAX # endif /* LONG_LONG_MAX */