Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 1998 16:02:35 -0800 (PST)
From:      Dmitrij Tejblum <dt@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include stdlib.h src/sys/alpha/include ansi.h types.h src/sys/i386/include ansi.h types.h src/sys/sys inttypes.h types.h
Message-ID:  <199812190002.QAA22120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1998/12/18 16:02:35 PST

  Modified files:
    include              stdlib.h 
    sys/alpha/include    ansi.h types.h 
    sys/i386/include     ansi.h types.h 
    sys/sys              types.h 
  Added files:
    sys/sys              inttypes.h 
  Log:
  Little reorganization:
  - created internal names for fixed-size integral types, like __int32_t. They
    will be used to make several headers self-sufficient.
  - <stdlib.h> don't include <machine/types.h> anymore.
  - created <sys/inttypes.h>, which can be used as <inttypes.h>.
  - declaration of uoff_t and ufs_daddr_t moved to <sys/types.h>.
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.15      +3 -5      src/include/stdlib.h
  1.4       +17 -4     src/sys/alpha/include/ansi.h
  1.9       +3 -21     src/sys/alpha/include/types.h
  1.16      +14 -4     src/sys/i386/include/ansi.h
  1.16      +3 -20     src/sys/i386/include/types.h
  1.26      +9 -17     src/sys/sys/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?199812190002.QAA22120>