ia64/xen-unstable
changeset 19693:28c6c955998c
minios: Remove Linux attribution for mktime() as it's not true since c/s 19638.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Jun 01 14:39:25 2009 +0100 (2009-06-01) |
parents | 72ff07f65e16 |
children | 2e83c670f680 |
files | extras/mini-os/arch/ia64/time.c |
line diff
1.1 --- a/extras/mini-os/arch/ia64/time.c Mon Jun 01 14:18:44 2009 +0100 1.2 +++ b/extras/mini-os/arch/ia64/time.c Mon Jun 01 14:39:25 2009 +0100 1.3 @@ -85,7 +85,6 @@ static int get_day(int year, int mon, in 1.4 } 1.5 1.6 /* 1.7 - * mktime() is take from Linux. See copyright above. 1.8 * Converts Gregorian date to seconds since 1970-01-01 00:00:00. 1.9 * Assumes input in normal date format, i.e. 1980-12-31 23:59:59 1.10 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.