Error out if one syscall ever takes more than 6 arguments.
authormiod <miod@openbsd.org>
Sun, 7 Jan 2024 20:52:44 +0000 (20:52 +0000)
committermiod <miod@openbsd.org>
Sun, 7 Jan 2024 20:52:44 +0000 (20:52 +0000)
commit642e4c730f6f43ace5e0353cd2f7279987b47967
treeb2b35a0695f29e20c9d70df61d76931d397fe023
parent25346487f7f7049b72bbe74203ae33a6f6fc0638
Error out if one syscall ever takes more than 6 arguments.

This is not necessarily wrong per se, but would need special consideration,
as not all platforms are currently able to process more than six syscall
arguments (and upcoming diffs will rely upon reasonably-sized argument
lists), so better break now and reconsider later if need be.

ok deraadt@
sys/kern/makesyscalls.sh