From c29aa5a4662a1593dc9967abeed38c0456e20360 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 29 Sep 2001 21:08:09 +0000 Subject: Fix a stupid typo... --- libutil/logwtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutil/logwtmp.c') 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 -- cgit v1.2.3