summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-07 12:17:16 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-03-07 12:17:16 -0500
commit2b100a52bfc1b257bfefe2e375b88b6eaef50699 (patch)
treefe556ccf6e5cf16af793ae18bade58629f7d71e4 /ntpshm.h
parent429db7792d9ca65d216703f0517cfb9439bfa3c2 (diff)
downloadgpsd-2b100a52bfc1b257bfefe2e375b88b6eaef50699.tar.gz
Cosmetic fix. No code changes.
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ntpshm.h b/ntpshm.h
index c634e947..05fe8db2 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -52,7 +52,6 @@ struct shmTime
int dummy[8];
};
-#endif
/*
* These types are internal to GPSD
@@ -83,4 +82,6 @@ enum segstat_t ntp_read(/*@null@*/struct shmTime *,
const bool);
void ntp_write(volatile struct shmTime *, struct timedelta_t *, int, int);
+#endif /* GPSD_NTPSHM_H */
+
/* end */