From b7a74d2cea8c6e40d57e51da95290ac88fb0cc35 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Aug 1997 22:04:54 +0000 Subject: [PATCH] (SOCKLEN_TYPE): New macro definition. --- src/s/osf1.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2