Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2002 07:39:14 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/include endian.h src/sys/i386/include endian.h src/sys/ia64/include endian.h src/sys/powerpc/include endian.h src/sys/sparc64/include endian.h
Message-ID:  <200204101439.g3AEdE897368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2002/04/10 07:39:14 PDT

  Modified files:
    sys/alpha/include    endian.h 
    sys/i386/include     endian.h 
    sys/ia64/include     endian.h 
    sys/powerpc/include  endian.h 
    sys/sparc64/include  endian.h 
  Log:
  Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and
  _BYTE_ORDER.  These are far more useful than their non-underscored
  equivalents as these can be used in restricted namespace environments.
  Mark the non-underscored variants as deprecated.
  
  Revision  Changes    Path
  1.10      +15 -6     src/sys/alpha/include/endian.h
  1.33      +15 -6     src/sys/i386/include/endian.h
  1.9       +15 -6     src/sys/ia64/include/endian.h
  1.8       +15 -6     src/sys/powerpc/include/endian.h
  1.8       +15 -6     src/sys/sparc64/include/endian.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?200204101439.g3AEdE897368>