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 5905e54..4ad44e4 100644 --- a/networking/ntpd_simple.c +++ b/networking/ntpd_simple.c @@ -870,7 +870,7 @@ static NOINLINE void ntp_init(char **argv) int prec = 0; int b; # if 0 - struct timespec tp; + struct timespec tp; /* We can use sys_clock_getres but assuming 10ms tick should be fine */ clock_getres(CLOCK_REALTIME, &tp); tp.tv_sec = 0; |