From dd6d8317ca192df88c3503c1743dacf67c42600a Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Fri, 21 Oct 2011 13:23:29 -0400 Subject: [PATCH] Patch from J Sisson. Fix compile on *BSD. --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2