From owner-cvs-all Sun Jun 14 07:09:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08370 for cvs-all-outgoing; Sun, 14 Jun 1998 07:09:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08364; Sun, 14 Jun 1998 07:09:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09426; Sun, 14 Jun 1998 07:08:22 -0700 (PDT) Date: Sun, 14 Jun 1998 07:08:22 -0700 (PDT) Message-Id: <199806141408.HAA09426@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/14 07:08:21 PDT Modified files: sys/i386/include types.h Log: Define 64-bit types in terms of __int64_t and __uint64_t. Define an unsigned version of off_t (uoff_t) if KERNEL is defined. This is useful for micro-optimizing expressions involving off_t's where you know that the values are non-negative but the compiler doesn't know it. Fixed a gratuitous ANSIism. Revision Changes Path 1.12 +9 -5 src/sys/i386/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message