libchrony patch
Thangalin <[email protected]>
| Newsgroups | gmane.comp.time.chrony.user |
|---|---|
| Message-ID | <CAANrE7phn_0YgsacN-emDATz1B178CZsGTvz2JiisCE0JAvKjA@mail.gmail.com> |
See attached. Consider adding a BUILD.md that includes libtool and libtool-bin as prerequisites. Cheers!
chrony.patch
(text/x-patch, 285 B)
diff --git a/message.c b/message.c
index 89633f8..d78e71b 100644
--- a/message.c
+++ b/message.c
@@ -502,6 +502,7 @@ struct timespec get_field_timespec(const Message *msg, int field) {
ts.tv_nsec = ntohl(*(uint32_t *)(data + 8));
break;
default:
+ break;
}
return ts;