diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-21 08:50:56 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-21 08:50:56 +0000 |
commit | cbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc (patch) | |
tree | 72c8a10ba42f04018a461504b789125f97944bda /include/parse.h | |
parent | c373d9289d1987abe45e339b5aa37f05460e977f (diff) |
Notes
Diffstat (limited to 'include/parse.h')
-rw-r--r-- | include/parse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/parse.h b/include/parse.h index 9b1ffb227425..02dbb3021904 100644 --- a/include/parse.h +++ b/include/parse.h @@ -107,9 +107,9 @@ extern unsigned int splclock (void); /* * some constants useful for GPS time conversion */ -#define GPSORIGIN 2524953600UL /* NTP origin - GPS origin in seconds */ -#define GPSWRAP 990U /* assume week count less than this in the previous epoch */ -#define GPSWEEKS 1024U /* number of weeks until the GPS epch rolls over */ +#define GPSORIGIN 2524953600UL /* NTP origin - GPS origin in seconds */ +#define GPSWRAP 990 /* assume week count less than this in the previous epoch */ +#define GPSWEEKS 1024 /* number of weeks until the GPS epch rolls over */ /* * state flags |