Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 07:08:22 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/include types.h
Message-ID:  <199806141408.HAA09426@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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