mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
49545b3891
<stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining macros in <machine/ansi.h> gets in the way of that header only defining types. (2) Defining C99 limits in <machine/limits.h> adds pollution to <limits.h>.