amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.
authorguenther <guenther@openbsd.org>
Thu, 22 Jan 2015 03:43:58 +0000 (03:43 +0000)
committerguenther <guenther@openbsd.org>
Thu, 22 Jan 2015 03:43:58 +0000 (03:43 +0000)
commit3cf360ac98795930edd42590feda79a42523ef73
treec64815b6c9e83f931d58505e79196d08014da63b
parent354866860278a26b5c5efd5583afae061b47a29e
amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.
Regenerate the amd's NFS RPC stubs with a current rpcgen, automating the
  post-generation tweaks to the svc stubs.  However, do follow the modern
  naming style where the svc stubs have a _svc suffix.
As a side benefit, this eliminates the need to #include <nfs/nfsproto.h>
This is all a prelude to updating amd to talk NFSv3 with the kernel for
  its own "toplvl" mounts, to squash another y2038 issue.
usr.sbin/amd/amd/nfs_subr.c
usr.sbin/amd/rpcx/Makefile
usr.sbin/amd/rpcx/amq_svc.ed [new file with mode: 0644]
usr.sbin/amd/rpcx/nfs_prot.ed [new file with mode: 0644]
usr.sbin/amd/rpcx/nfs_prot.h
usr.sbin/amd/rpcx/nfs_prot.x [new file with mode: 0644]
usr.sbin/amd/rpcx/nfs_prot_svc.c
usr.sbin/amd/rpcx/nfs_prot_svc.ed [new file with mode: 0644]
usr.sbin/amd/rpcx/nfs_prot_xdr.c