Eric Andersen 22 роки тому
батько
коміт
c29aa5a466
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      libutil/logwtmp.c

+ 1 - 1
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