Commit ebfa4108 authored by lenz@mysql.com's avatar lenz@mysql.com

- backported compatibility fix for extra/resolveip.c from 4.0

   to be able to compile on HP-UX 10.20 (which does not have in_add_t).
parent a6e3ee6b
......@@ -36,6 +36,10 @@
extern int h_errno;
#endif
#ifndef HAVE_IN_ADDR_T
#define in_addr_t u_long
#endif
static int silent=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment