changeset 19348:bdcb6282a658

(SOCKLEN_TYPE): New macro definition.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Aug 1997 22:04:54 +0000
parents bdac48dda163
children 7f45f7ed50c8
files src/s/osf1.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/osf1.h	Thu Aug 14 21:59:05 1997 +0000
+++ b/src/s/osf1.h	Thu Aug 14 22:04:54 1997 +0000
@@ -35,3 +35,5 @@
 
 #define HAVE_TERMIOS
 
+/* Specify the type that the 3rd arg of `accept' points to.  */
+#define SOCKLEN_TYPE int