]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2359] Fix send_via_ntp_signd() prototype
authorHarlan Stenn <stenn@ntp.org>
Sun, 3 Mar 2013 03:41:29 +0000 (22:41 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 3 Mar 2013 03:41:29 +0000 (22:41 -0500)
bk: 5132c6690PY38UTfkknQa5TLhpHBqw

ChangeLog
include/ntpd.h

index d2b906d8c70d5aa12b64eeee997e2073e2574b43..a9fc34f9e86f073622ffcc6640768012f6b247dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2359] Fix send_via_ntp_signd() prototype.
 (4.2.7p358) 2013/02/27 Released by Harlan Stenn <stenn@ntp.org>
 * Upgrade to autogen-5.17.3pre4 and libopts-38.0.13.
 * [Bug 2357] sntp/libopts/usage.c on NetBSD needs -lintl.
index f224b981e7d39d1defda762cf5e66943a8262a0d..e1d903c5053c2c0320f24cf882bf28a9d7b33e17 100644 (file)
@@ -523,7 +523,7 @@ extern u_int32              conf_file_sum;  /* Simple sum of characters */
 
 /* ntp_signd.c */
 #ifdef HAVE_NTP_SIGND
-extern void send_via_ntp_signd(struct recvbuf, int, keyid_t, int, 
+extern void send_via_ntp_signd(struct recvbuf *, int, keyid_t, int, 
                               struct pkt *);
 #endif