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

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

Diff for /src/sys/nfs/nfs.h between version 1.10 and 1.11

version 1.10, 1996/02/18 11:53:38 version 1.11, 1996/05/27 11:22:31
Line 314  TAILQ_HEAD(, nfsreq) nfs_reqq;
Line 314  TAILQ_HEAD(, nfsreq) nfs_reqq;
 #define NFS_WDELAYHASHSIZ 16    /* and with this */  #define NFS_WDELAYHASHSIZ 16    /* and with this */
 #endif  #endif
 #define NWDELAYHASH(sock, f) \  #define NWDELAYHASH(sock, f) \
         (&(sock)->ns_wdelayhashtbl[(*((u_long *)(f))) % NFS_WDELAYHASHSIZ])          (&(sock)->ns_wdelayhashtbl[(*((u_int32_t *)(f))) % NFS_WDELAYHASHSIZ])
 #ifndef NFS_MUIDHASHSIZ  #ifndef NFS_MUIDHASHSIZ
 #define NFS_MUIDHASHSIZ 67      /* Tune the size of nfsmount with this */  #define NFS_MUIDHASHSIZ 67      /* Tune the size of nfsmount with this */
 #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>