# HG changeset patch # User Richard M. Stallman # Date 871596294 0 # Node ID bdcb6282a658ce81da55af4f6ce2982965d62fa8 # Parent bdac48dda163ff87a1f14ffe41d233a11f70fab2 (SOCKLEN_TYPE): New macro definition. diff -r bdac48dda163 -r bdcb6282a658 src/s/osf1.h --- 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