mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 18:46:29 +00:00
disable typedef for socklen_t for the moment.
svn path=/trunk/; revision=10784
This commit is contained in:
parent
f0120ac1d7
commit
2c8687b1a2
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +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_SOCKLEN_T
|
||||
//typedef unsigned int socklen_t;
|
||||
//#endif
|
||||
|
||||
#ifndef HAVE_STATFS
|
||||
# ifdef __BEOS__
|
||||
|
|
Loading…
Reference in a new issue