mirror of
https://github.com/samba-team/samba.git
synced 2025-09-11 09:44:19 +03:00
r25597: HPUX doesn't have INET_ADDRSTRLEN defined
metze
(This used to be commit f9696109cc
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
26d4d7543b
commit
39f5745c16
@@ -110,4 +110,8 @@ char *rep_inet_ntoa(struct in_addr ip);
|
|||||||
#define INADDR_NONE 0xffffffff
|
#define INADDR_NONE 0xffffffff
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef INET_ADDRSTRLEN
|
||||||
|
#define INET_ADDRSTRLEN 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user