Portability fix

This commit is contained in:
unknown 2003-10-06 20:31:35 +03:00
commit b1ef6fc39c

View file

@ -37,7 +37,7 @@ extern int h_errno;
#endif
#ifndef HAVE_IN_ADDR_T
#define in_addr_t u_long
#define in_addr_t ulong
#endif