https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257062
Bug ID: 257062
Summary: Cleaned trap_fatal's parameter defenition style.
Product: Base System
Version: CURRENT
Hardware: amd64
URL: https://cgit.freebsd.org/src/tree/sys/amd64/amd64/trap
.c
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 226311
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226311&action=edit
Updates to `sys/amd64/amd64/trap.c`
I cleaned up the way the parameters of `trap_fatal` are declared in the
function's definition. to abide with the C standards. It was bugging me as I
was studying the code.
--
You are receiving this mail because:
You are the assignee for the bug.