[BACK]Return to nfs_var.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_var.h between version 1.50.2.5 and 1.50.2.6

version 1.50.2.5, 2007/10/27 11:36:17 version 1.50.2.6, 2007/11/15 11:45:20
Line 255  int nfsrv_fhtovp(nfsrvfh_t *, int, struc
Line 255  int nfsrv_fhtovp(nfsrvfh_t *, int, struc
         struct nfssvc_sock *, struct mbuf *, int *, int, int);          struct nfssvc_sock *, struct mbuf *, int *, int, int);
 int nfs_ispublicfh __P((const nfsrvfh_t *));  int nfs_ispublicfh __P((const nfsrvfh_t *));
 int netaddr_match(int, union nethostaddr *, struct mbuf *);  int netaddr_match(int, union nethostaddr *, struct mbuf *);
   time_t nfs_attrtimeo(struct nfsmount *, struct nfsnode *);
   
 /* flags for nfs_loadattrcache and friends */  /* flags for nfs_loadattrcache and friends */
 #define NAC_NOTRUNC     1       /* don't truncate file size */  #define NAC_NOTRUNC     1       /* don't truncate file size */

Legend:
Removed from v.1.50.2.5  
changed lines
  Added in v.1.50.2.6

CVSweb <webmaster@jp.NetBSD.org>