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 3dd7daf59de83dc1675f6647a616a7e50ed533b2 (commit) from 878635ec6479f34c7fe1517a3c885752a1d72690 (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 3dd7daf59de83dc1675f6647a616a7e50ed533b2 Author: Milos Nikic <nikic.mi...@gmail.com> Date: Mon Jun 23 23:21:34 2025 +0200 i386: trap.c add prototype for handle_double_fault The handle_double_fault function is defined in trap.c and called from x86_64/locore.S, but lacked a prototype, triggering a compiler warning: 'no previous prototype for handle_double_fault'. This change adds a forward declaration at the top of trap.c to satisfy the compiler and clarify the function's external linkage. No functional changes. ----------------------------------------------------------------------- Summary of changes: i386/i386/trap.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- GNU Mach