]> Zhao Yanbai Git Server - minix.git/commit
Adapt the type used for adjtime_delta 21/921/2
authorLionel Sambuc <lionel@minix3.org>
Fri, 23 Aug 2013 18:27:27 +0000 (20:27 +0200)
committerLionel Sambuc <lionel@minix3.org>
Tue, 18 Feb 2014 10:25:01 +0000 (11:25 +0100)
commite8e506f2a01786ff714c383d091fe27487a2b717
tree96f08c3d1b6086e8b8ea6f19bc118f50d143672b
parent84a7c3f46454582dc517aecfac44dd7811ba0ea2
Adapt the type used for adjtime_delta

clock_t is currently a signed type, but in NetBSD this is not the
case. As we plan on aligning our types we have to change this as this
prevents negative delta from being correctly used.

Change-Id: I9bccdee2b41626b0262471dc1900de505a1991a7
kernel/clock.c
kernel/proto.h
kernel/system/do_settime.c