Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls.
authormiod <miod@openbsd.org>
Mon, 26 Dec 2022 19:25:49 +0000 (19:25 +0000)
committermiod <miod@openbsd.org>
Mon, 26 Dec 2022 19:25:49 +0000 (19:25 +0000)
commita4cd45ee8ec67259b347a5f0f5b4fcbfadd7b6f6
tree7255ea2fef687dd6fe5c56ade339d423f550d411
parentb73bdc823b63c0911907a771adc13e97db3d9a8b
Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls.

ok millert@
sys/kern/vfs_subr.c