aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/ypbind.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-30 15:31:26 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-30 15:31:26 +0000
commit08bdf9d1a9ac9d815f28424362d7ecefbf2812ba (patch)
tree67b348ceea52440c493c83c83a381ce61117c705 /usr.sbin/ypbind/ypbind.c
parent42f84d83237539de3e9c2f1b0b51f1d267c4483b (diff)
Notes
Diffstat (limited to 'usr.sbin/ypbind/ypbind.c')
-rw-r--r--usr.sbin/ypbind/ypbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index b23d0f21d779..a4e7ef15088c 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -28,7 +28,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: ypbind.c,v 1.17 1995/07/20 22:32:59 wpaul Exp $";
+static char rcsid[] = "$Id: ypbind.c,v 1.18 1995/12/15 03:39:25 wpaul Exp $";
#endif
#include <sys/param.h>
@@ -322,7 +322,7 @@ register SVCXPRT *transp;
return;
}
bzero((char *)&argument, sizeof(argument));
- if (!svc_getargs(transp, xdr_argument, &argument)) {
+ if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) {
svcerr_decode(transp);
return;
}