Regenerate the amq RPC stubs with a -current rpcgen, with some
authorguenther <guenther@openbsd.org>
Wed, 21 Jan 2015 08:24:41 +0000 (08:24 +0000)
committerguenther <guenther@openbsd.org>
Wed, 21 Jan 2015 08:24:41 +0000 (08:24 +0000)
commit3f49765feb4ed1083dfa8fafba58464033dbc882
tree6d275c26336e904846639c14653ccd9681092212
parent0cc5d532ff7339aacb14f2e5ef02efb1439f6be2
Regenerate the amq RPC stubs with a -current rpcgen, with some
post-processing of the server stub to match previous local changes.
This corrects the type handling of mt_mounttime, so "amq /mountpoint"
doesn't segv trying to treat a time_t as a pointer.
With the file (re)generation fixed, we can more easily update the
protocol to support 64bit time_t...
usr.sbin/amd/amd/amq_subr.c
usr.sbin/amd/amq/amq.c
usr.sbin/amd/rpcx/Makefile [new file with mode: 0644]
usr.sbin/amd/rpcx/amq.h
usr.sbin/amd/rpcx/amq_clnt.c
usr.sbin/amd/rpcx/amq_svc.c
usr.sbin/amd/rpcx/amq_svc.extra [new file with mode: 0644]
usr.sbin/amd/rpcx/amq_xdr.c