CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 15:28:00
Modified files:
libexec/rpc.rusersd: rusers_proc.c
Log message:
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).
