From owner-cvs-all Thu Jan 14 23:33:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04709 for cvs-all-outgoing; Thu, 14 Jan 1999 23:33:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA04704; Thu, 14 Jan 1999 23:32:59 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 1013jK-0004OD-00; Fri, 15 Jan 1999 00:31:42 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id AAA22291; Fri, 15 Jan 1999 00:30:38 -0700 (MST) Message-Id: <199901150730.AAA22291@harmony.village.org> To: Greg Lehey Subject: Re: cvs commit: src/usr.sbin/tcpdump/tcpslice tcpslice.c Cc: Dan Langille , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Fri, 15 Jan 1999 17:52:20 +1030." <19990115175220.O55525@freebie.lemis.com> References: <19990115175220.O55525@freebie.lemis.com> <199901150649.XAA21928@harmony.village.org>; <19990115173053.N55525@freebie.lemis.com> <19990115071343.FIZH678125.mta2-rme@wocker> Date: Fri, 15 Jan 1999 00:30:37 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19990115175220.O55525@freebie.lemis.com> Greg Lehey writes: : I think that, all else being equal, the fact that other UNIX systems : are going this way should be a reason for us to do it too. I feel strongly that the date entry shouldn't violate pola and be consistant with the rest of the system. I have a hack that does what I consider to be the right thing (namely using the date < 50 years from now), but it is inconsistant with date, which uses the 69 date as a pivot. if (lt->tm_year < 69) /* hack for 2000 ;-} */ lt->tm_year += 100; Obviously the person making this hack new it was, well, a hack. However, to be consistant I'll change my hack to be the same. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message