summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/utmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utmp.h b/include/utmp.h
index e823b4c..9e1fb5f 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_ */
OpenPOWER on IntegriCloud