mirror of
https://github.com/samba-team/samba.git
synced 2025-05-28 21:05:48 +03:00
r8458: next target is irix - this gets the socket wrapper code building
(This used to be commit 3d4a2221c3e032bbb6c23d132e00588f44f5e2ed)
This commit is contained in:
parent
0fedba6342
commit
c4173f6725
@ -89,10 +89,6 @@
|
||||
#define MAXHOSTNAMELEN 254
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T_TYPE
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
#ifndef INADDR_LOOPBACK
|
||||
#define INADDR_LOOPBACK 0x7f000001
|
||||
#endif
|
||||
|
@ -131,4 +131,8 @@ typedef unsigned short u_int16_t;
|
||||
typedef unsigned char u_int8_t;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
#define socklen_t int
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user