diff options
Diffstat (limited to 'networking/ntpd_simple.c')
-rw-r--r-- | networking/ntpd_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd_simple.c b/networking/ntpd_simple.c index 5905e54e9..4ad44e4f3 100644 --- a/networking/ntpd_simple.c +++ b/networking/ntpd_simple.c | |||
@@ -870,7 +870,7 @@ static NOINLINE void ntp_init(char **argv) | |||
870 | int prec = 0; | 870 | int prec = 0; |
871 | int b; | 871 | int b; |
872 | # if 0 | 872 | # if 0 |
873 | struct timespec tp; | 873 | struct timespec tp; |
874 | /* We can use sys_clock_getres but assuming 10ms tick should be fine */ | 874 | /* We can use sys_clock_getres but assuming 10ms tick should be fine */ |
875 | clock_getres(CLOCK_REALTIME, &tp); | 875 | clock_getres(CLOCK_REALTIME, &tp); |
876 | tp.tv_sec = 0; | 876 | tp.tv_sec = 0; |