From owner-cvs-all Fri May 18 18:57:41 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id AA09637B42C; Fri, 18 May 2001 18:57:36 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id SAA21163; Thu, 17 May 2001 18:49:51 -0700 Date: Thu, 17 May 2001 18:49:51 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h In-Reply-To: <200105180143.f4I1hQv81254@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. Why don't we just get a jump on 2038 and make it a u_int64_t now? (ducks and runs) > obrien 2001/05/17 18:43:26 PDT > > Modified files: > sys/arm/include ansi.h > sys/i386/include ansi.h > sys/powerpc/include ansi.h > Log: > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > flag errors where programmers assume time_t is a long, which it is not on > 64-bit platforms. > > Submitted by: bde > > Revision Changes Path > 1.8 +2 -2 src/sys/arm/include/ansi.h > 1.25 +2 -2 src/sys/i386/include/ansi.h > 1.8 +2 -2 src/sys/powerpc/include/ansi.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message