[BACK]Return to nfs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libsa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/lib/libsa/nfs.c between version 1.14 and 1.15

version 1.14, 1996/02/26 23:05:21 version 1.15, 1996/05/14 10:28:26
Line 274  nfs_readdata(d, off, addr, len)
Line 274  nfs_readdata(d, off, addr, len)
         rlen = cc - hlen;          rlen = cc - hlen;
         x = ntohl(repl->count);          x = ntohl(repl->count);
         if (rlen < x) {          if (rlen < x) {
                 printf("nfsread: short packet, %d < %d\n", rlen, x);                  printf("nfsread: short packet, %d < %ld\n", rlen, x);
                 errno = EBADRPC;                  errno = EBADRPC;
                 return(-1);                  return(-1);
         }          }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>