From 452ddd94ba22bebe0fda5ee6a7ddceae2057fe40 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 02:01:04 +0000 Subject: r3450: portability fixes - fix rep_inet_ntoa() for IRIX - lib/signal.c needs system/wait.h - some systems define a macro "accept", which breaks the lib/socket/ structures. use fn_ as a prefix for the structure elements to avoid the problem (This used to be commit ced1a0fcdc8d8e47755ce4391c19f8b12862eb60) --- source4/lib/signal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/signal.c') diff --git a/source4/lib/signal.c b/source4/lib/signal.c index bff4b91c1a..66d3e1f76e 100644 --- a/source4/lib/signal.c +++ b/source4/lib/signal.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "system/wait.h" /**************************************************************************** Catch child exits and reap the child zombie status. -- cgit