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

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

Diff for /src/sys/sys/namei.h between version 1.17.2.1 and 1.17.2.2

version 1.17.2.1, 2000/11/20 18:11:33 version 1.17.2.2, 2000/12/08 09:19:43
Line 192  void cache_enter __P((struct vnode *, st
Line 192  void cache_enter __P((struct vnode *, st
 void nchinit __P((void));  void nchinit __P((void));
 struct mount;  struct mount;
 void cache_purgevfs __P((struct mount *));  void cache_purgevfs __P((struct mount *));
   void namecache_print(struct vnode *, void (*)(const char *, ...));
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2

CVSweb <webmaster@jp.NetBSD.org>