From d35873895460dc0ae693d8ca3d183e59519d1236 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 11 Aug 2011 23:35:56 +0000 Subject: [PATCH] bench: #undef NANOSEC, defined in time.h on solaris --- test/benchmark-pound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/benchmark-pound.c b/test/benchmark-pound.c index 5528ab6f..8256ad3f 100644 --- a/test/benchmark-pound.c +++ b/test/benchmark-pound.c @@ -25,6 +25,7 @@ /* Update this is you're going to run > 1000 concurrent requests. */ #define MAX_CONNS 1000 +#undef NANOSEC #define NANOSEC ((uint64_t)10e8) /* Base class for tcp_conn_rec and pipe_conn_rec.