Skip to content

Commit

Permalink
[SIGAR-228] increase buflen for gethostbyname_r
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Apr 8, 2011
1 parent 8a4c9f6 commit 639169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sigar_private.h
Expand Up @@ -344,7 +344,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
Expand Down

0 comments on commit 639169e

Please sign in to comment.