From owner-cvs-all@FreeBSD.ORG Sat Dec 11 17:15:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5AB616A4CF; Sat, 11 Dec 2004 17:15:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA1E43D54; Sat, 11 Dec 2004 17:15:18 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBBHFIb2070133; Sat, 11 Dec 2004 17:15:18 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBBHFIOR070132; Sat, 11 Dec 2004 17:15:18 GMT (envelope-from bland) Message-Id: <200412111715.iBBHFIOR070132@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 11 Dec 2004 17:15:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/calendar day.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 17:15:19 -0000 bland 2004-12-11 17:15:17 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) usr.bin/calendar day.c Log: MFC: 1.21 Fix -t option processing. Partially initialized tm structure was passed into mktime(3). Approved by: ru Revision Changes Path 1.20.8.1 +2 -4 src/usr.bin/calendar/day.c