mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
if socklen_t is not defined, assume uint32_t
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f03b968a46
commit
8c9c0bbaea
2 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
#define PF_LOCAL PF_UNIX
|
||||
#endif
|
||||
|
||||
#ifndef socklen_t
|
||||
#define socklen_t uint32_t
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The concrete subclass of NSInputStream that reads from a file
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue