[BACK]Return to nfs_subs.c 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_subs.c between version 1.174 and 1.175

version 1.174, 2006/10/14 09:18:57 version 1.175, 2006/10/17 18:21:29
Line 602  nfsm_reqh(
Line 602  nfsm_reqh(
         struct nfsmount *nmp;          struct nfsmount *nmp;
         u_int32_t *tl;          u_int32_t *tl;
         int nqflag;          int nqflag;
 #else  
         do { if (&np) {} } while (/* CONSTCOND */ 0); /* for -Wunused */  
         do { if (&procid) {} } while (/* CONSTCOND */ 0); /* for -Wunused */  
 #endif  #endif
   
         mb = m_get(M_WAIT, MT_DATA);          mb = m_get(M_WAIT, MT_DATA);
Line 2010  nfs_check_wccdata(
Line 2007  nfs_check_wccdata(
                 }                  }
         }          }
   
 #else  
         do { if (&np) {} } while (/* CONSTCOND */ 0); /* for -Wunused */  
         do { if (&ctime) {} } while (/* CONSTCOND */ 0);  
         do { if (&mtime) {} } while (/* CONSTCOND */ 0);  
         do { if (&docheck) {} } while (/* CONSTCOND */ 0);  
 #endif /* !defined(NFS_V2_ONLY) */  #endif /* !defined(NFS_V2_ONLY) */
   
         return error;          return error;

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

CVSweb <webmaster@jp.NetBSD.org>