]> code.delx.au - gnu-emacs/commitdiff
(SOCKLEN_TYPE): Define as int.
authorKarl Heuer <kwzh@gnu.org>
Mon, 1 Jun 1998 21:07:32 +0000 (21:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 1 Jun 1998 21:07:32 +0000 (21:07 +0000)
src/s/aix4.h

index 9f04d5aa25c730b8f69901ad9ae5e25854627c58..cdba4869a45fdfb4f8ce5940ad5d63c25028ce44 100644 (file)
@@ -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