mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r12771: Apply patch from bug 3374, attempt to fix build on tru64.
Thanks to "The Written Word" -- whoever that is :-) Volker
This commit is contained in:
parent
9d366da172
commit
7d0956f0bd
@ -565,6 +565,7 @@ typedef int VOLATILE SIG_ATOMIC_T;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T_TYPE
|
||||
#define HAVE_SOCKLEN_T_TYPE
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
|
@ -139,4 +139,8 @@ typedef int BOOL;
|
||||
#define S_ISSOCK(mode) ((mode & S_IFSOCK) == S_IFSOCK)
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T_TYPE
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user