summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-31 01:04:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-31 01:04:51 -0400
commit423a56982664b4b8c868a1a08a1a7c8d79928876 (patch)
tree32f6f06b7920bcf53ed4d07c981e2802cf2c2e38 /gpsd.h-tail
parentadce234ecd65289b7fd7424724cc0eac56a0be85 (diff)
downloadgpsd-423a56982664b4b8c868a1a08a1a7c8d79928876.tar.gz
Better fix for pps=no build. All regression tests pass, PPS is live
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index c9eedb63..bbd0db61 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -461,10 +461,10 @@ struct gps_device_t {
timestamp_t sor; /* timestamp start of this reporting cycle */
unsigned long chars; /* characters in the cycle */
#endif /* TIMING_ENABLE */
- timestamp_t last_fixtime; /* so updates happen once */
#ifdef NTPSHM_ENABLE
int shmindex;
bool ship_to_ntpd;
+ timestamp_t last_fixtime; /* so updates happen once */
#endif /* NTPSHM_ENABLE */
#ifdef PPS_ENABLE
int shmTimeP;