From e543a111d16decb6d88559a263f86dc022e0a6bc Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Thu, 3 Feb 2000 20:54:50 +0000 Subject: [PATCH] don't typedef in acconfig.h, we #include it in .s files --- acconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acconfig.h b/acconfig.h index 57257e6..e064b1f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -47,8 +47,8 @@ /* Define this if your system has socklen_t */ #undef HAS_SOCKLEN_T #ifndef HAS_SOCKLEN_T -typedef int socklen_t; -# define HAS_SOCKLEN_T +# define socklen_t int +# define HAS_SOCKLEN_T #endif @BOTTOM@