(SOCKLEN_TYPE): Define as int.

This commit is contained in:
Karl Heuer 1998-06-01 21:07:32 +00:00
parent c15cfd1faa
commit 42d720cfa9

View file

@ -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