bk: 5bb396d5SKZUFp6S6NDp2i7iyzrY5g
+---
+* [Bug 3529] Build failures on Mac OS X 10.13 (High Sierra) <perlinger@ntp.org>
+ - patch by Daniel J. Luke; this does not fix a potential linker
+ regression issue on MacOS.
+
---
(4.2.8p12) 2018/08/14 Released by Harlan Stenn <stenn@ntp.org>
}
-int set_user_group_ids(void);
+#if defined(HAVE_DROPROOT)
+extern int set_user_group_ids(void);
+#endif
/* === functions === */
/*
init_logging("ntp_intres", 0, FALSE);
setup_logfile(NULL);
- (void) set_user_group_ids();
-
+#if defined(HAVE_DROPROOT)
+ (void)set_user_group_ids();
+#endif
/*
* And now back to the portable code
*/