# HG changeset patch # User Karl Heuer # Date 896735252 0 # Node ID 7fd705a45589179b245bf6ad03f4070d45fc9709 # Parent 2b81c3b8f0c8b6773e24e624b142723c64d5e64d (SOCKLEN_TYPE): Define as int. diff -r 2b81c3b8f0c8 -r 7fd705a45589 src/s/aix4.h --- a/src/s/aix4.h Mon Jun 01 21:03:23 1998 +0000 +++ b/src/s/aix4.h Mon Jun 01 21:07:32 1998 +0000 @@ -13,3 +13,7 @@ /* Dave Love 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