]> Zhao Yanbai Git Server - minix.git/commit
Changing field utmp.ut_time from int to time_t 80/180/2
authorLionel Sambuc <lionel@minix3.org>
Tue, 11 Dec 2012 17:03:26 +0000 (18:03 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 14 Jan 2013 10:36:27 +0000 (11:36 +0100)
commit77399bd6495fd9ac5520ea898a8aeaf50032feb8
tree79cba82beb10bccda6fab36a71ce61858998da02
parent44bedb31d842b4b0444105519bcf929a69fe2dc1
Changing field utmp.ut_time from int to time_t

This makes sure the types are coherent, and right now, time_t is
defined as an long, through _BSD_TIME_T_. It previously was
hardcoded as an int, so the structure's size does not change.

Change-Id: If29e94ab53f605d1480fadb540f5b67be4ddaf5b
include/utmp.h