From d3521ce59ba8065ca6e65f95787fcb7d6b0ac60d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 15 Feb 2015 21:33:35 -0500 Subject: Simplify NTP SHM segment creation. This will avoid an object file compatibility break later. All regression tetrs pass. SHM segments allocate successfully in live testing. --- libgpsd_core.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libgpsd_core.c') diff --git a/libgpsd_core.c b/libgpsd_core.c index 8402b739..848046b8 100644 --- a/libgpsd_core.c +++ b/libgpsd_core.c @@ -291,7 +291,6 @@ void gps_context_init(struct gps_context_t *context, #endif /* TIMEHINT_ENABLE */ #ifdef NTPSHM_ENABLE .shmTime = {0}, - .shmTimeInuse = {0}, #endif /* NTPSHM_ENABLE */ #ifdef PPS_ENABLE .pps_hook = NULL, -- cgit v1.2.1