From 04f6b3223bceb0152e88e2f103b79d4f8f0c4cb1 Mon Sep 17 00:00:00 2001 From: dfs Date: Sun, 10 May 1998 02:46:43 +0000 Subject: [PATCH] -- Made queue.c work on Solaris and SunOS --- src/queue.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/queue.c b/src/queue.c index 9781da5f..7a660dad 100644 --- a/src/queue.c +++ b/src/queue.c @@ -9,14 +9,15 @@ /* */ /***************************************************************/ +#include "config.h" +static char const RCSID[] = "$Id: queue.c,v 1.9 1998-05-10 02:46:43 dfs Exp $"; + /* Solaris needs this to get select() prototype */ #ifdef __sun__ #define __EXTENSIONS__ 1 +#undef _POSIX_SOURCE #endif -#include "config.h" -static char const RCSID[] = "$Id: queue.c,v 1.8 1998-05-10 01:29:12 dfs Exp $"; - /* We only want object code generated if we have queued reminders */ #ifdef HAVE_QUEUED #include