]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Implement <sys/_types.h>, a new header for storing types that are
authorMike Barcroft <mike@FreeBSD.org>
Mon, 1 Apr 2002 08:12:25 +0000 (08:12 +0000)
committerMike Barcroft <mike@FreeBSD.org>
Mon, 1 Apr 2002 08:12:25 +0000 (08:12 +0000)
commit8822d3fb831579a7ebabfce63f469078db325e44
treeeff013810ee5bdc57f51e401f7ec54272cb4fafe
parent41156c80b50edcfe41efc9f8624673e464854bac
o Implement <sys/_types.h>, a new header for storing types that are
  MI, not required to be a fixed size, and used in multiple headers.
  This will grow in time, as more things move here from <sys/types.h>
  and <machine/ansi.h>.
o Add missing type definitions (uint16_t and uint32_t) to
  <arpa/inet.h> and <netinet/in.h>.
o Reduce pollution in <sys/types.h> by using `#if _FOO_T_DECLARED'
  widgets to avoid including <sys/stdint.h>.
o Add some missing type definitions to <unistd.h> and note the ones
  that still need to be added.
o Make use of <sys/_types.h> primitives in <grp.h> and <sys/types.h>.

Reviewed by: bde
include/arpa/inet.h
include/grp.h
include/unistd.h
sys/netinet/in.h
sys/sys/_types.h [new file with mode: 0644]
sys/sys/stdint.h
sys/sys/types.h