[Git][NTPsec/ntpsec][master] Reversed previous change as it caused pipeline to fail
deamoneye
gitlab at mg.gitlab.com
Fri May 26 18:58:51 UTC 2017
deamoneye pushed to branch master at NTPsec / ntpsec
Commits:
7a64584a by Keane Wolter at 2017-05-26T14:58:20-04:00
Reversed previous change as it caused pipeline to fail
- - - - -
1 changed file:
- ntpd/refclock_gpsd.c
Changes:
=====================================
ntpd/refclock_gpsd.c
=====================================
--- a/ntpd/refclock_gpsd.c
+++ b/ntpd/refclock_gpsd.c
@@ -238,9 +238,12 @@ struct refclock refclock_gpsdjson = {
/* =====================================================================
* our local clock unit and data
- */
+*/
+
+struct gpsd_unit;
+typedef struct gpsd_unit gpsd_unitT;
-typedef struct gpsd_unit {
+struct gpsd_unit {
/* links for sharing between master/slave units */
gpsd_unitT *next_unit;
size_t refcount;
@@ -316,7 +319,7 @@ typedef struct gpsd_unit {
/* record assemby buffer and saved length */
int buflen;
char buffer[MAX_PDU_LEN];
-} gpsd_unitT;
+};
/* =====================================================================
* static local helpers forward decls
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7a64584a43abf500e2e4f451f933c28fd82336b0
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7a64584a43abf500e2e4f451f933c28fd82336b0
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/20170526/293efbbd/attachment.html>
More information about the vc
mailing list