mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +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
|
#ifndef HAVE_SSIZE_T
|
||||||
typedef int ssize_t;
|
typedef int ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAVE_SOCKLEN_T
|
||||||
|
typedef unsigned int socklen_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_STATFS
|
#ifndef HAVE_STATFS
|
||||||
# ifdef __BEOS__
|
# ifdef __BEOS__
|
||||||
|
|
Loading…
Reference in a new issue