From: Keir Fraser Date: Mon, 1 Jun 2009 13:39:25 +0000 (+0100) Subject: minios: Remove Linux attribution for mktime() as it's not true since c/s 19638. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=268fed854c7b054793346df05d00b84c1e545e9e;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.git minios: Remove Linux attribution for mktime() as it's not true since c/s 19638. Signed-off-by: Keir Fraser --- diff --git a/arch/ia64/time.c b/arch/ia64/time.c index 95e1ce4..d358730 100644 --- a/arch/ia64/time.c +++ b/arch/ia64/time.c @@ -85,7 +85,6 @@ static int get_day(int year, int mon, int day) { } /* - * mktime() is take from Linux. See copyright above. * Converts Gregorian date to seconds since 1970-01-01 00:00:00. * Assumes input in normal date format, i.e. 1980-12-31 23:59:59 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.