diff options
| author | Xin LI <delphij@FreeBSD.org> | 2017-03-23 05:19:00 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2017-03-23 05:19:00 +0000 |
| commit | 07ac48c3644021279e113d530764a231e27490a7 (patch) | |
| tree | 0cbc5ca54b66605faf74bfd0773111623cfe3d9b /include/ntp_fp.h | |
| parent | 01b922f62c559f5778a983c365d390371956a214 (diff) | |
Diffstat (limited to 'include/ntp_fp.h')
| -rw-r--r-- | include/ntp_fp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntp_fp.h b/include/ntp_fp.h index 780693226207..b5d28205541b 100644 --- a/include/ntp_fp.h +++ b/include/ntp_fp.h @@ -352,7 +352,7 @@ extern int buftvtots (const char *, l_fp *); extern char * fptoa (s_fp, short); extern char * fptoms (s_fp, short); extern int hextolfp (const char *, l_fp *); -extern void gpstolfp (int, int, unsigned long, l_fp *); +extern void gpstolfp (u_int, u_int, unsigned long, l_fp *); extern int mstolfp (const char *, l_fp *); extern char * prettydate (l_fp *); extern char * gmprettydate (l_fp *); |
