aboutsummaryrefslogtreecommitdiff
path: root/sntp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/main.c')
-rw-r--r--sntp/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sntp/main.c b/sntp/main.c
index 098a696945c2..f0a7650ac718 100644
--- a/sntp/main.c
+++ b/sntp/main.c
@@ -1608,3 +1608,10 @@ gettimeofday_cached(
#endif
}
+/* Dummy function to satisfy libntp/work_fork.c */
+int
+set_user_group_ids(
+ )
+{
+ return 1;
+}