This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via b4b653a500199ab6d61318b0b0093567155089cd (commit) from 3b097978c147d6e98f02e7b2d31e75a36e36338f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4b653a500199ab6d61318b0b0093567155089cd Author: Flavio Cruz <flavioc...@gmail.com> Date: Sun Dec 18 19:48:24 2022 -0500 Remove custom stdint.h and rely on freestanding headers GCC already provides this so we don't need to have our own. Message-Id: <Y5+02FVA6jf4GPgA@mars> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 3 ++- i386/Makefrag.am | 1 - i386/i386at/acpi_parse_apic.c | 2 +- i386/i386at/acpi_parse_apic.h | 2 +- i386/include/mach/i386/stdint.h | 55 --------------------------------------- i386/include/mach/i386/vm_types.h | 34 ++++++++++++------------ include/stddef.h | 29 --------------------- include/stdint.h | 44 ------------------------------- 8 files changed, 22 insertions(+), 148 deletions(-) delete mode 100644 i386/include/mach/i386/stdint.h delete mode 100644 include/stddef.h delete mode 100644 include/stdint.h hooks/post-receive -- GNU Mach