From owner-cvs-all Mon Mar 27 1:32:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AEEF37BC4B; Mon, 27 Mar 2000 01:32:24 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA09368; Mon, 27 Mar 2000 01:32:24 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200003270932.BAA09368@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 27 Mar 2000 01:32:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at parsetime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/03/27 01:32:24 PST Modified files: usr.bin/at parsetime.c Log: Y2K fix. at(1) would die with 'garbled time' when assign_date() was pased a year > 99. This change fixes the conversion of 2-digit years into tm_year format. This change is differs from the OpenBSD fix because of differences in our assign_date(). PR: 15872 Reported by: "Crist J. Clark" Submitted by: "Sergey N. Voronkov" Obtained from: OpenBSD Revision Changes Path 1.20 +24 -22 src/usr.bin/at/parsetime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message