(SOCKLEN_TYPE): Define as int.
This commit is contained in:
parent
c15cfd1faa
commit
42d720cfa9
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
|
||||
It is just a guess which versions of AIX need this definition. */
|
||||
#define HAVE_WAIT_HEADER
|
||||
|
||||
/* Specify the type that the 3rd arg of `accept' points to.
|
||||
It is just a guess which versions of AIX need this definition. */
|
||||
#define SOCKLEN_TYPE int
|
||||
|
|
Loading…
Add table
Reference in a new issue