aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-08-14 22:04:54 +0000
committerRichard M. Stallman <[email protected]>1997-08-14 22:04:54 +0000
commitb7a74d2cea8c6e40d57e51da95290ac88fb0cc35 (patch)
tree0fe7bda650828302ea5e214f6e9b27ed747e78c9 /src/s
parent7bd27aed2b03dc19bc9cf8c2cd4d199a4483d3e3 (diff)
(SOCKLEN_TYPE): New macro definition.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/osf1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/osf1.h b/src/s/osf1.h
index 8b0b5ee0a5..133ec88dd8 100644
--- a/src/s/osf1.h
+++ b/src/s/osf1.h
@@ -35,3 +35,5 @@
#define HAVE_TERMIOS
+/* Specify the type that the 3rd arg of `accept' points to. */
+#define SOCKLEN_TYPE int