mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 18:46:29 +00:00
Added check for socklen_t
svn path=/trunk/; revision=10781
This commit is contained in:
parent
d2e1a6010a
commit
4074dc813b
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ typedef unsigned int size_t;
|
|||
#ifndef HAVE_SSIZE_T
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef unsigned int socklen_t;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STATFS
|
||||
# ifdef __BEOS__
|
||||
|
|
Loading…
Reference in a new issue