From 42d720cfa9d28ef2f53bec63fe4840f59ce31fe3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 1 Jun 1998 21:07:32 +0000 Subject: [PATCH] (SOCKLEN_TYPE): Define as int. --- src/s/aix4.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/aix4.h b/src/s/aix4.h index 9f04d5aa25c..cdba4869a45 100644 --- a/src/s/aix4.h +++ b/src/s/aix4.h @@ -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 -- 2.39.2