diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-10 21:13:30 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-10 21:13:30 +0000 |
| commit | 9f74bac921b7db49440b17e4a970005ae65800b4 (patch) | |
| tree | 751f37d23150cd7fbe4cdabf02f7abe4bb240360 /include | |
| parent | b2805b78b6664f293461c8a951c33745499bf2ea (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/utmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utmp.h b/include/utmp.h index e823b4c53e48..9e1fb5f5808f 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)utmp.h 8.2 (Berkeley) 1/21/94 - * $Id: utmp.h,v 1.6 1997/05/07 02:26:37 eivind Exp $ + * $Id: utmp.h,v 1.7 1997/05/07 20:00:13 eivind Exp $ */ #ifndef _UTMP_H_ @@ -60,7 +60,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; }; #endif /* !_UTMP_H_ */ |
