From owner-cvs-sys Sun Jun 14 10:32:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01117 for cvs-sys-outgoing; Sun, 14 Jun 1998 10:32:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01077; Sun, 14 Jun 1998 10:32:15 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA14820; Sun, 14 Jun 1998 10:26:24 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd014818; Sun Jun 14 17:26:24 1998 Date: Sun, 14 Jun 1998 10:26:21 -0700 (PDT) From: Julian Elischer To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include ansi.h In-Reply-To: <199806141400.HAA09386@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk you should explain why u_int64_t which already exists is not good enough? is it non ansi or something? On Sun, 14 Jun 1998, Bruce Evans wrote: > bde 1998/06/14 07:00:48 PDT > > Modified files: > sys/i386/include ansi.h > Log: > Added typedefs for __int64_t and __uint64_t. These will be used to avoid > explicit use of `[unsigned] long long' and `[u]quad_t'. > > Fixed disorder of and lack of comments for the types added in the previous > two commits. Improved some comments. The comments should be elswhere > (not duplicated in every MD file). > > Revision Changes Path > 1.15 +24 -9 src/sys/i386/include/ansi.h >