diff options
-rw-r--r-- | libutil/logwtmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/logwtmp.c b/libutil/logwtmp.c index d8ee3da05..6a8f6bd14 100644 --- a/libutil/logwtmp.c +++ b/libutil/logwtmp.c @@ -47,7 +47,7 @@ void logwtmp (const char *line, const char *name, const char *host) #endif #if _HAVE_UT_TV - 0 - __gettimeofday (&ut.ut_tv, NULL); + gettimeofday (&ut.ut_tv, NULL); #else time (&ut.ut_time); #endif |