Searched hist:41927 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/include/
H A Dstdlib.hdiff 41927 Fri Dec 18 22:02:34 MST 1998 dt 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
/freebsd-10.0-release/sys/sys/
H A Dtypes.hdiff 41927 Fri Dec 18 22:02:34 MST 1998 dt 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

Completed in 145 milliseconds