On 1/13/20 11:29 AM, Giulio Benetti wrote: > Giulio Benetti (3): > rpcgen: bump to latest version > rpcgen: rpc_cout: silence format-nonliteral > support: nfs: rpc_socket: silence unused parameter warning on salen > > support/nfs/rpc_socket.c | 2 + > tools/rpcgen/Makefile.am | 24 +- > tools/rpcgen/proto.h | 65 ++ > tools/rpcgen/rpc_clntout.c | 458 +++++--- > tools/rpcgen/rpc_cout.c | 1269 ++++++++++++---------- > tools/rpcgen/rpc_hout.c | 915 +++++++++------- > tools/rpcgen/rpc_main.c | 2083 +++++++++++++++++++++--------------- > tools/rpcgen/rpc_parse.c | 1055 +++++++++--------- > tools/rpcgen/rpc_parse.h | 103 +- > tools/rpcgen/rpc_sample.c | 465 ++++---- > tools/rpcgen/rpc_scan.c | 812 +++++++------- > tools/rpcgen/rpc_scan.h | 91 +- > tools/rpcgen/rpc_svcout.c | 1647 +++++++++++++++------------- > tools/rpcgen/rpc_tblout.c | 265 ++--- > tools/rpcgen/rpc_util.c | 656 ++++++------ > tools/rpcgen/rpc_util.h | 170 ++- > tools/rpcgen/rpcgen.1 | 442 ++++++++ > 17 files changed, 6123 insertions(+), 4399 deletions(-) > create mode 100644 tools/rpcgen/proto.h > create mode 100644 tools/rpcgen/rpcgen.1 > Committed... (tag nfs-utils-2-4-3-rc5)... Nice work!!! steved.