From 62ecf51e3c652c65c84bb94d794f2533cee1fb9c Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 20:10:05 +0100 Subject: Fixes to compile on FreeBSD 8.0 with gcc 4.2.1 --- lib/qpthreads.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/qpthreads.c') diff --git a/lib/qpthreads.c b/lib/qpthreads.c index 58573087..baa34d52 100644 --- a/lib/qpthreads.c +++ b/lib/qpthreads.c @@ -30,9 +30,9 @@ #include "memory.h" /* If this is not set, will get errors later. */ -#ifndef __USE_UNIX98 -#error "_USE_UNIX98 not defined" -#endif +//#ifndef __USE_UNIX98 +//#error "_USE_UNIX98 not defined" +//#endif /*============================================================================== * Quagga Pthread Interface -- qpt_xxxx -- cgit v1.2.3