CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/25 21:03:34
Modified files:
usr.sbin/amd/amd: afs_ops.c amq_subr.c clock.c info_file.c
info_nis.c info_union.c mapc.c mntfs.c
nfs_ops.c nfs_start.c srvr_afs.c srvr_nfs.c
usr.sbin/amd/include: am.h
usr.sbin/amd/rpcx: amq.h amq_clnt.c amq_svc.c mount.h nfs_prot.h
nfs_prot_svc.c
Log message:
Update to the modern RPC style with different names for server and client
stubs (they have different prototypes, after all).
Fill in missing prototypes.
Use void* arguments on closure-style callbacks, with local variables of
the expected type.
Keep deleting unnecessary casts.