Module Name: src Committed By: plunky Date: Tue Aug 30 17:06:22 UTC 2011
Modified Files: src/include/rpc: clnt.h svc.h src/lib/libquota: getnfsquota.c src/lib/librpcsvc: rnusers.x src/libexec/rpc.rquotad: rquotad.c src/libexec/rpc.rstatd: rstat_proc.c src/libexec/rpc.rusersd: rusers_proc.c src/libexec/rpc.rwalld: rwalld.c src/libexec/rpc.sprayd: sprayd.c src/tests/fs/nfs/nfsservice: mountd.c src/usr.bin/rup: rup.c src/usr.bin/rusers: rusers.c src/usr.bin/showmount: showmount.c src/usr.bin/ypwhich: ypwhich.c src/usr.sbin/mountd: mountd.c src/usr.sbin/rpc.lockd: lockd_lock.c src/usr.sbin/rpc.yppasswdd: rpc.yppasswdd.c yppasswdd_mkpw.c src/usr.sbin/ypbind: ypbind.c src/usr.sbin/yppoll: yppoll.c src/usr.sbin/ypserv/common: yplib_host.c src/usr.sbin/ypserv/yppush: yppush_svc.c src/usr.sbin/ypserv/ypserv: ypserv.c ypserv_proc.c Log Message: Apply casts to cases where xdrproc_t is expected but is not strictly passed, for example because the second argument is a different kind of pointer. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/include/rpc/clnt.h cvs rdiff -u -r1.23 -r1.24 src/include/rpc/svc.h cvs rdiff -u -r1.1 -r1.2 src/lib/libquota/getnfsquota.c cvs rdiff -u -r1.13 -r1.14 src/lib/librpcsvc/rnusers.x cvs rdiff -u -r1.28 -r1.29 src/libexec/rpc.rquotad/rquotad.c cvs rdiff -u -r1.44 -r1.45 src/libexec/rpc.rstatd/rstat_proc.c cvs rdiff -u -r1.26 -r1.27 src/libexec/rpc.rusersd/rusers_proc.c cvs rdiff -u -r1.21 -r1.22 src/libexec/rpc.rwalld/rwalld.c cvs rdiff -u -r1.16 -r1.17 src/libexec/rpc.sprayd/sprayd.c cvs rdiff -u -r1.5 -r1.6 src/tests/fs/nfs/nfsservice/mountd.c cvs rdiff -u -r1.27 -r1.28 src/usr.bin/rup/rup.c cvs rdiff -u -r1.23 -r1.24 src/usr.bin/rusers/rusers.c cvs rdiff -u -r1.18 -r1.19 src/usr.bin/showmount/showmount.c cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ypwhich/ypwhich.c cvs rdiff -u -r1.120 -r1.121 src/usr.sbin/mountd/mountd.c cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/rpc.lockd/lockd_lock.c cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c cvs rdiff -u -r1.89 -r1.90 src/usr.sbin/ypbind/ypbind.c cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/yppoll/yppoll.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/ypserv/common/yplib_host.c cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/ypserv/yppush/yppush_svc.c cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/ypserv/ypserv/ypserv.c cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/ypserv/ypserv/ypserv_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.