Fix prototype of getlogin_r syscall to match userland prototype (use size_t
authormiod <miod@openbsd.org>
Mon, 24 Jul 2023 19:32:23 +0000 (19:32 +0000)
committermiod <miod@openbsd.org>
Mon, 24 Jul 2023 19:32:23 +0000 (19:32 +0000)
commit558ce0a28947891342c5e228381b7904d87c05d9
tree52c112a45121fea29ec916688ec9b94a64316e03
parent44b1b50746e9409418acbc177780f54fd8b3d184
Fix prototype of getlogin_r syscall to match userland prototype (use size_t
for the length argument).

Fortunately, this only affects 64-bit platforms and all of those would pass
the argument in registers, so there is no BE64 regression to expect and no
need to renumber that system call.

Found with afresh1@ as part of his perl syscall emulator.
sys/kern/syscalls.master