diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/timex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/timex.h b/include/sys/timex.h index a1689777..12623922 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -7,7 +7,7 @@ extern "C" { #include <sys/time.h> -struct npttimeval { +struct ntptimeval { struct timeval time; long maxerror, esterror; }; |