summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-14 22:04:54 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-14 22:04:54 +0000
commit44124f37b04dc334dfc1a2d38191abf9c8dfd42b (patch)
tree5fdc23ec184a7cd604608f812afb7aa0de9f9f96
parentabeffbdac4a07e8235d7ef3396e34021d7e296b3 (diff)
downloademacs-44124f37b04dc334dfc1a2d38191abf9c8dfd42b.tar.gz
(SOCKLEN_TYPE): New macro definition.
-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 8b0b5ee0a52..133ec88dd85 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