diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-16 20:10:05 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-16 20:10:05 +0100 |
commit | 62ecf51e3c652c65c84bb94d794f2533cee1fb9c (patch) | |
tree | c41ff6a9749574635120efa642d1b123971beb3e /lib/qpthreads.c | |
parent | a20526cc30d68ca5c4c7951238faafa8969a31c1 (diff) | |
download | quagga-62ecf51e3c652c65c84bb94d794f2533cee1fb9c.tar.bz2 quagga-62ecf51e3c652c65c84bb94d794f2533cee1fb9c.tar.xz |
Fixes to compile on FreeBSD 8.0 with gcc 4.2.1
Diffstat (limited to 'lib/qpthreads.c')
-rw-r--r-- | lib/qpthreads.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |