]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1565] sntp/crypto.c compile fails on MacOS over vsnprintf().
authorDave Hart <hart@ntp.org>
Mon, 31 May 2010 18:59:05 +0000 (18:59 +0000)
committerDave Hart <hart@ntp.org>
Mon, 31 May 2010 18:59:05 +0000 (18:59 +0000)
bk: 4c0406f9duTBKQ2BX4uMU3pBS0XQbg

ChangeLog
sntp/configure.ac

index 8de837a35d2fff8a7ee7422cbffc7675d021f0be..8cea59048630f975dd139ce1a76687dcdcb32c78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 ---
 
 * [Bug 1561] ntpq, ntpdc "passwd" prompts for MD5 password w/SHA1.
+* [Bug 1565] sntp/crypto.c compile fails on MacOS over vsnprintf().
 * Windows port: do not exit in ntp_timestamp_from_counter() without
   first logging the reason.
 * Support "passwd blah" syntax in ntpq.
index f0664d42ac1c5eafc63e3961b8b83ed675b0de49..0eee100dbef9a8e068d49b6bb0ab4342735fe7e4 100644 (file)
@@ -748,7 +748,7 @@ AC_DEFINE(HAVE_NO_NICE, 1, [sntp does not care about 'nice'])
 AC_DEFINE(HAVE_TERMIOS, 1, [sntp does not care about TTY stuff])
 
 # Checks for library functions.
-AC_CHECK_FUNCS([atexit memset socket])
+AC_CHECK_FUNCS([socket vsnprintf vsprintf])
 
 AC_MSG_CHECKING(for bin subdirectory)
 AC_ARG_WITH(binsubdir,