From owner-p4-projects Thu Dec 5 12:40:19 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D95CE37B404; Thu, 5 Dec 2002 12:40:17 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717DB37B401 for ; Thu, 5 Dec 2002 12:40:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC3443E4A for ; Thu, 5 Dec 2002 12:40:17 -0800 (PST) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB5KZtmV099406 for ; Thu, 5 Dec 2002 12:35:55 -0800 (PST) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB5KZtiM099400 for perforce@freebsd.org; Thu, 5 Dec 2002 12:35:55 -0800 (PST) Date: Thu, 5 Dec 2002 12:35:55 -0800 (PST) Message-Id: <200212052035.gB5KZtiM099400@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 21979 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21979 Change 21979 by peter@peter_daintree on 2002/12/05 12:35:07 IFC @21976 (oops, missed the important change I wanted) Affected files ... .. //depot/projects/ia64/lib/libc/stdtime/localtime.c#11 integrate Differences ... ==== //depot/projects/ia64/lib/libc/stdtime/localtime.c#11 (text+ko) ==== @@ -9,7 +9,7 @@ #endif /* !defined NOID */ #endif /* !defined lint */ #include -__FBSDID("$FreeBSD: src/lib/libc/stdtime/localtime.c,v 1.34 2002/12/02 01:05:08 peter Exp $"); +__FBSDID("$FreeBSD: src/lib/libc/stdtime/localtime.c,v 1.35 2002/12/05 19:54:47 peter Exp $"); /* ** Leap second handling from Bradley White (bww@k.gp.cs.cmu.edu). @@ -1476,7 +1476,8 @@ */ bits = TYPE_BIT(time_t) - 1; /* - ** If we have more than this, we will overflow tm_year in tmcomp(). + ** If we have more than this, we will overflow tm_year for tmcomp(). + ** We should really return an error if we cannot represent it. */ if (bits > 56) bits = 56; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message