From 17c73e2bb2c4ccaebc2a8d1c23e90a95e5198649 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Fri, 19 May 2000 18:24:23 +0000 Subject: [PATCH] Update the man page to match utmp.h. --- share/man/man5/utmp.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index b430b8f8b4d..8a9c4b7bad0 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -82,7 +82,7 @@ struct utmp { char ut_line[UT_LINESIZE]; char ut_name[UT_NAMESIZE]; char ut_host[UT_HOSTSIZE]; - long ut_time; + time_t ut_time; }; .Ed .Pp