From: Richard M. Stallman Date: Thu, 14 Aug 1997 22:04:54 +0000 (+0000) Subject: (SOCKLEN_TYPE): New macro definition. X-Git-Tag: emacs-20.1~600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7a74d2cea8c6e40d57e51da95290ac88fb0cc35;p=emacs.git (SOCKLEN_TYPE): New macro definition. --- 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