summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/gpstolfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/gpstolfp.c')
-rw-r--r--contrib/ntp/libntp/gpstolfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/gpstolfp.c b/contrib/ntp/libntp/gpstolfp.c
index cf7b80c..c424784 100644
--- a/contrib/ntp/libntp/gpstolfp.c
+++ b/contrib/ntp/libntp/gpstolfp.c
@@ -7,7 +7,7 @@
*/
#include "ntp_fp.h"
-#define GPSORIGIN (unsigned)(2524953600L) /* NTP origin - GPS origin in seconds */
+#define GPSORIGIN ULONG_CONST(2524953600) /* NTP origin - GPS origin in seconds */
#define SECSPERWEEK (unsigned)(604800) /* seconds per week - GPS tells us about weeks */
#define GPSWRAP 990 /* assume week count less than this in the previous epoch */
OpenPOWER on IntegriCloud