From: Martin Johansson Date: Fri, 21 Oct 2011 17:23:29 +0000 (-0400) Subject: Patch from J Sisson. Fix compile on *BSD. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=dd6d8317ca192df88c3503c1743dacf67c42600a Patch from J Sisson. Fix compile on *BSD. --- diff --git a/src/main.c b/src/main.c index b7e5b1d..bcefa1d 100644 --- a/src/main.c +++ b/src/main.c @@ -235,8 +235,9 @@ int main(int argc, char **argv) { bool_t nodaemon = false; #ifdef _POSIX_PRIORITY_SCHEDULING - bool_t realtime = false, testconfig = false; + bool_t realtime = false; #endif + bool_t testconfig = false; char *conffile = NULL, *pidfile = NULL; int c; struct utsname utsbuf;