Change len arg of getidle() from size_t to int since it is used as
authormillert <millert@openbsd.org>
Thu, 27 Apr 2017 21:28:00 +0000 (21:28 +0000)
committermillert <millert@openbsd.org>
Thu, 27 Apr 2017 21:28:00 +0000 (21:28 +0000)
commit4da9c9403d767a4f41d169607721e3d68a3b85bd
treed03f7bbd2dea0084f3e6f07a7624bc8bb16ddc06
parentc760a79a40eac0e58b2c6a616426edb9eef0607f
Change len arg of getidle() from size_t to int since it is used as
a length parameter to a "%.*s" printf format.  Quiets a compiler
warning (both gcc and clang).
libexec/rpc.rusersd/rusers_proc.c