mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r25597: HPUX doesn't have INET_ADDRSTRLEN defined
metze (This used to be commit f9696109cc8f4646599f73b78e1eacd94d1a6c2c)
This commit is contained in:
parent
26d4d7543b
commit
39f5745c16
@ -110,4 +110,8 @@ char *rep_inet_ntoa(struct in_addr ip);
|
||||
#define INADDR_NONE 0xffffffff
|
||||
#endif
|
||||
|
||||
#ifndef INET_ADDRSTRLEN
|
||||
#define INET_ADDRSTRLEN 16
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user