mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
compatibility and portability fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1373a38edf
commit
9fec2dc13d
12 changed files with 124 additions and 36 deletions
|
@ -82,8 +82,10 @@
|
|||
#define IN6ADDRSZ 16
|
||||
#endif
|
||||
|
||||
#ifndef socklen_t
|
||||
#define socklen_t uint32_t
|
||||
#if !defined(HAVE_SOCKLEN_T)
|
||||
# if !defined(socklen_t)
|
||||
# define socklen_t uint32_t
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue