summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-06-01 21:07:32 +0000
committerKarl Heuer <kwzh@gnu.org>1998-06-01 21:07:32 +0000
commitf618e47b83a12fac647b477274d10a9fa0567492 (patch)
treea0f515d3255b3b67a8bb9e5dad09b18bc4e3e59f /src
parenta30e194aa3bab9272e2802226efef6452730af10 (diff)
downloademacs-f618e47b83a12fac647b477274d10a9fa0567492.tar.gz
(SOCKLEN_TYPE): Define as int.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4.h4
1 files changed, 4 insertions, 0 deletions
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 <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