From owner-source-changes@NetBSD.ORG Wed Feb 1 15:22:08 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id PAA05232; Wed, 1 Feb 1995 15:22:06 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id RAA00286 for source-changes-outgoing; Wed, 1 Feb 1995 17:23:09 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id OAA00245 for ; Wed, 1 Feb 1995 14:37:10 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id KAA15686 for source-changes; Wed, 1 Feb 1995 10:10:02 -0800 Date: Wed, 1 Feb 1995 10:10:02 -0800 From: The Source Master Message-Id: <199502011810.KAA15686@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG jtc Wed Feb 1 10:09:42 PST 1995 Update of /b/source/CVS/src/lib/libc/gen In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/gen Modified Files: ctime.c Log Message: Merged with 4.4lite, with hopes that it would fix the bug where mktime() would spin in an infinate loop when passed a tm struct with all fields set to INT_MIN. It isn't a complete fix, the loop now terminates but mktime() does not return (time_t) -1. I sent mail to bostic about this, who replied that the changes in 4.4BSD were to fix this exact problem. My next step is to send mail to Arthur David Olson, the original author and maintainer of this code.