[Git][NTPsec/ntpsec][master] mode 6: bools need stdbool.h, correct only typo seen
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Sun Jul 21 22:45:26 UTC 2024
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
2c17abc5 by James Browning at 2024-07-21T08:33:50-07:00
mode 6: bools need stdbool.h, correct only typo seen
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
@@ -11,6 +11,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <inttypes.h>
+#include <stdbool.h>
#include <openssl/evp.h> /* provides OpenSSL digest API */
@@ -1518,7 +1519,7 @@ ctl_putsys(const struct var * v) {
static void
ctl_putspecial(const struct var * v) {
-/* older compilers don't allow delecrations on each case */
+/* older compilers don't allow declarations on each case */
int64_t i;
const char *ss = "0.0.0.0:0";
l_fp tmp;
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2c17abc561d3eb1e5ce7d57d272930611eeb276f
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/2c17abc561d3eb1e5ce7d57d272930611eeb276f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20240721/d2683cb6/attachment-0001.htm>
More information about the vc
mailing list