aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorKarl Heuer1998-06-01 21:07:32 +0000
committerKarl Heuer1998-06-01 21:07:32 +0000
commit42d720cfa9d28ef2f53bec63fe4840f59ce31fe3 (patch)
treee70620b467bf1c605c0e84d4b5b4584e64e6ad57 /src/s
parentc15cfd1faa5b677ae69f39c6c902e5a9c8f680be (diff)
downloademacs-42d720cfa9d28ef2f53bec63fe4840f59ce31fe3.tar.gz
emacs-42d720cfa9d28ef2f53bec63fe4840f59ce31fe3.zip
(SOCKLEN_TYPE): Define as int.
Diffstat (limited to 'src/s')
-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 @@
13/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. 13/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
14 It is just a guess which versions of AIX need this definition. */ 14 It is just a guess which versions of AIX need this definition. */
15#define HAVE_WAIT_HEADER 15#define HAVE_WAIT_HEADER
16
17/* Specify the type that the 3rd arg of `accept' points to.
18 It is just a guess which versions of AIX need this definition. */
19#define SOCKLEN_TYPE int