Make nfstov_mode() return mode_t rather than uint16_t.
authormiod <miod@openbsd.org>
Tue, 30 Apr 2024 17:06:00 +0000 (17:06 +0000)
committermiod <miod@openbsd.org>
Tue, 30 Apr 2024 17:06:00 +0000 (17:06 +0000)
commitb301ac391852007baa5eed00e982a037dce084ff
treec7b6801fc964fcd74a697750620b592fce1bea6d
parent45db009a9c9de031a1e3de5808bf0642a77c8550
Make nfstov_mode() return mode_t rather than uint16_t.
This is a no-op since we only care about the low 12 bits in NFS anyway.

ok jsg@ semarie@
sys/nfs/nfsproto.h