]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
portability.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 Feb 2008 10:22:07 +0000 (10:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 Feb 2008 10:22:07 +0000 (10:22 +0000)
git-svn-id: file:///svn/unbound/trunk@1005 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/harvest.c
testcode/perf.c
util/configlexer.c

index 3772554352145869877ce84c5a642a4646cb981f..f0fda605a0eaf35761c23d04afc99f34feb84a20 100644 (file)
@@ -1,5 +1,6 @@
 29 February 2008: Wouter
        - documentation update.
+       - fixup port to Solaris of perf test tool.
 
 28 February 2008: Wouter
        - fixed memory leaks in libunbound (during cancellation and wait).
index 5b19608d2f4557200b5e2c36a832bb4128812a76..4944cba663d3a56f917ef9f7db2b5488bfd05456 100644 (file)
  * This creates a snapshot that represents the data as this resolver saw it.
  */
 
-#include <signal.h>
 #include "config.h"
+#include <signal.h>
 #include "libunbound/unbound.h"
 #ifdef HAVE_SYS_STAT_H
-#include "sys/stat.h"
+#include <sys/stat.h>
 #endif
 struct todo_item;
 struct labdata;
index 5462cbc837d36ff4351c55c96659966e898a6ff5..39ce1aa8d5ef6324e50b516e27a8e0e7f2f09c0a 100644 (file)
@@ -39,8 +39,8 @@
  * This program estimates DNS name server performance.
  */
 
-#include <signal.h>
 #include "config.h"
+#include <signal.h>
 #include "util/log.h"
 #include "util/locks.h"
 #include "util/net_help.h"
index fdcdfa3f58518af944fb654a7f2d679f61d70fbe..63d1dde1c3cf38963cdb9334e7ccbc49f0f156bc 100644 (file)
@@ -94,7 +94,7 @@ typedef unsigned int flex_uint32_t;
 
 #else  /* ! __cplusplus */
 
-#if __STDC__
+#ifdef __STDC__
 
 #define YY_USE_CONST