Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2011-04-08 13:03:40 -07:00
commit 9b8ec6ec5a
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ int sigar_get_iftype(const char *name, int *type, int *inst);
#include <netdb.h>
#endif
#define SIGAR_HOSTENT_LEN 512
#define SIGAR_HOSTENT_LEN 1024
#if defined(_AIX)
#define SIGAR_HAS_HOSTENT_DATA
#endif