deal with RPC protos.

This commit is contained in:
cgd 1994-10-31 04:24:32 +00:00
parent f12bf2a597
commit d666563b16
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/
static char *rcsid = "$Id: mountd.c,v 1.16 1994/10/15 03:55:33 mycroft Exp $";
static char *rcsid = "$Id: mountd.c,v 1.17 1994/10/31 04:24:32 cgd Exp $";
#endif not lint
#include <sys/param.h>
@ -449,7 +449,7 @@ xdr_fhs(xdrsp, nfh)
XDR *xdrsp;
nfsv2fh_t *nfh;
{
int ok = 0;
long ok = 0;
if (!xdr_long(xdrsp, &ok))
return (0);

View File

@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/
static char *rcsid = "$Id: mountd.c,v 1.16 1994/10/15 03:55:33 mycroft Exp $";
static char *rcsid = "$Id: mountd.c,v 1.17 1994/10/31 04:24:32 cgd Exp $";
#endif not lint
#include <sys/param.h>
@ -449,7 +449,7 @@ xdr_fhs(xdrsp, nfh)
XDR *xdrsp;
nfsv2fh_t *nfh;
{
int ok = 0;
long ok = 0;
if (!xdr_long(xdrsp, &ok))
return (0);