K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-05-17T20:37:15.239682Z K 7 svn:log V 385 Separate errors doing the rpctlscd/rpctlssd upcalls from RPC errors. Without this patch, the RPC layer errors were being overloaded and used to indicate failures in the upcalls in the daemons, usually RPC_FAILED. This patch separates the error returns from the upcalls into a separate returned value called "reterr". This cleans up the code, but does not really change any semantics. END