unvname_new() is passed something that is always 64-bits so the
authorkrw <krw@openbsd.org>
Tue, 17 Jul 2018 07:43:34 +0000 (07:43 +0000)
committerkrw <krw@openbsd.org>
Tue, 17 Jul 2018 07:43:34 +0000 (07:43 +0000)
commit3fd25667abc8e8fb3cefa3131ba3413e58b3c0df
tree473742fdb2539b61e099938250e9673eb4d3b901
parent933383cde7adfd440b8f1052bc37ab77601942e7
unvname_new() is passed something that is always 64-bits so the
parameter should be declared uint64_t and not int.

From & for semarie@ who isn't committing at the moment and ok beck@
who is on the road.
sys/kern/kern_unveil.c