remove the guts of pinsyscall(2), it just returns 0 now.
authorderaadt <deraadt@openbsd.org>
Fri, 19 Jan 2024 21:20:35 +0000 (21:20 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 19 Jan 2024 21:20:35 +0000 (21:20 +0000)
commit0d3488043b40e0a0a45cf630408b410a3266d688
tree8fb7e2a5fd9c495cf066ec474b058e373438ddb3
parentcc8dae91d8ae6ad11d1690c579bd2f2240d9f16c
remove the guts of pinsyscall(2), it just returns 0 now.
It has been made redundant by the introduction of pinsyscalls(2) which
handles all system calls, rather than just 1.
sys/uvm/uvm_extern.h
sys/uvm/uvm_mmap.c