]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Change other kqueue ifdef, too
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 31 Jul 2023 17:05:25 +0000 (18:05 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 31 Jul 2023 17:06:52 +0000 (18:06 +0100)
See 433970a3ed07

src/lib/util/event.c

index 1fbaa91eeb317797f046600c71f31d72d7a187d3..df73f3568328ed1b01902c1f86247d4b422a990c 100644 (file)
@@ -92,7 +92,7 @@ static fr_table_num_sorted_t const kevent_filter_table[] = {
 };
 static size_t kevent_filter_table_len = NUM_ELEMENTS(kevent_filter_table);
 
-#ifdef __linux__
+#ifdef EVFILT_LIBKQUEUE
 static int log_conf_kq;
 #endif