summaryrefslogtreecommitdiffstats
path: root/share/man/man5/utmp.5
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-04 00:25:50 +0000
committerpeter <peter@FreeBSD.org>2002-10-04 00:25:50 +0000
commitbdd73e1df93ecb5a9ecb097aad1bad71f4fcfec1 (patch)
treee07e5f98c10f0c4d6ec3f3f3b6e54bdfec9a100b /share/man/man5/utmp.5
parentddac698eac211aac5df6b07eb880a73772639ff1 (diff)
downloadFreeBSD-src-bdd73e1df93ecb5a9ecb097aad1bad71f4fcfec1.zip
FreeBSD-src-bdd73e1df93ecb5a9ecb097aad1bad71f4fcfec1.tar.gz
Make the man page for utmp/lastlog match the actual definitions.
Diffstat (limited to 'share/man/man5/utmp.5')
-rw-r--r--share/man/man5/utmp.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 45965d7..33c3149 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -67,7 +67,7 @@ file.
#define UT_HOSTSIZE 16
struct lastlog {
- time_t ll_time; /* When user logged in */
+ int32_t ll_time; /* When user logged in */
char ll_line[UT_LINESIZE]; /* Terminal line name */
char ll_host[UT_HOSTSIZE]; /* Host user came from */
};
@@ -76,7 +76,7 @@ struct utmp {
char ut_line[UT_LINESIZE]; /* Terminal line name */
char ut_name[UT_NAMESIZE]; /* User's login name */
char ut_host[UT_HOSTSIZE]; /* Host user came from */
- time_t ut_time; /* When user logged in */
+ int32_t ut_time; /* When user logged in */
};
.Ed
.Pp
OpenPOWER on IntegriCloud