Deleted Added
full compact
35c35
< "$FreeBSD: head/usr.sbin/rpc.ypxfrd/ypxfrd_server.c 90297 2002-02-06 13:30:31Z des $";
---
> "$FreeBSD: head/usr.sbin/rpc.ypxfrd/ypxfrd_server.c 95658 2002-04-28 15:18:50Z des $";
106c106
< if (access((char *)&buf, R_OK) == -1) {
---
> if (access(buf, R_OK) == -1) {
135c135
< if ((fp = open((char *)&buf, O_RDONLY)) == -1) {
---
> if ((fp = open(buf, O_RDONLY)) == -1) {
142c142
< svc_sendreply(rqstp->rq_xprt, xdr_my_xfr, (char *)&result);
---
> svc_sendreply(rqstp->rq_xprt, (xdrproc_t)xdr_my_xfr, &result);