aboutsummaryrefslogtreecommitdiff
path: root/sntp/main.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2018-08-20 06:07:33 +0000
committerXin LI <delphij@FreeBSD.org>2018-08-20 06:07:33 +0000
commitc7f4d2332394d5600fe4e14c530ede36b0ff29b0 (patch)
treebe0b200d6dc09373927db61d685acc61113c64c1 /sntp/main.c
parentd14ac12f8738acac881f20b4d6244cfc22c68ead (diff)
downloadsrc-c7f4d2332394d5600fe4e14c530ede36b0ff29b0.tar.gz
src-c7f4d2332394d5600fe4e14c530ede36b0ff29b0.zip
Vendor import of ntp-4.2.8p12.vendor/ntp/4.2.8p12
Notes
Notes: svn path=/vendor/ntp/dist/; revision=338092 svn path=/vendor/ntp/4.2.8p12/; revision=338093; tag=vendor/ntp/4.2.8p12
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;
+}