Mercurial > emacs
changeset 22322:7fd705a45589
(SOCKLEN_TYPE): Define as int.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 21:07:32 +0000 |
parents | 2b81c3b8f0c8 |
children | 4c3c4ae02b77 |
files | src/s/aix4.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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