CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/06 01:16:48
Modified files:
sys/dev : diskmap.c
Log message:
Resolve some minor nits in diskmapioctl():
* Favor ENOTTY for unknown ioctl commands
* Return the actual error from copyinstr and copyoutstr, removes the need to
initialize the local error variable
* Do not use parens around return expressions consistently
ok visa@
