Searched hist:"8252 a465b9bb7c2df6954163de046ceb4ac383dd" (Results 1 – 2 of 2) sorted by relevance
/freebsd/include/ |
H A D | stdlib.h | diff 8252a465b9bb7c2df6954163de046ceb4ac383dd Sat Dec 19 01:02:34 CET 1998 Dmitrij Tejblum <dt@FreeBSD.org> 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 diff 8252a465b9bb7c2df6954163de046ceb4ac383dd Sat Dec 19 01:02:34 CET 1998 Dmitrij Tejblum <dt@FreeBSD.org> 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/sys/sys/ |
H A D | types.h | diff 8252a465b9bb7c2df6954163de046ceb4ac383dd Sat Dec 19 01:02:34 CET 1998 Dmitrij Tejblum <dt@FreeBSD.org> 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 diff 8252a465b9bb7c2df6954163de046ceb4ac383dd Sat Dec 19 01:02:34 CET 1998 Dmitrij Tejblum <dt@FreeBSD.org> 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
|