Browse Source

Fix a stupid typo...

Eric Andersen 22 years ago
parent
commit
c29aa5a466
1 changed files with 1 additions and 1 deletions
  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