Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2000 01:32:24 -0800 (PST)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/at parsetime.c
Message-ID:  <200003270932.BAA09368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <cjclark@home.com>
  Submitted by:	"Sergey N. Voronkov" <serg@dor.zaural.ru>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003270932.BAA09368>