From: Karl Heuer Date: Mon, 1 Jun 1998 21:07:32 +0000 (+0000) Subject: (SOCKLEN_TYPE): Define as int. X-Git-Tag: emacs-20.3~755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42d720cfa9d28ef2f53bec63fe4840f59ce31fe3;p=emacs.git (SOCKLEN_TYPE): Define as int. --- 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