[BACK]Return to vfs_lookup.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/vfs_lookup.c between version 1.37 and 1.38

version 1.37, 2001/10/17 23:33:29 version 1.38, 2001/11/12 15:25:39
Line 40 
Line 40 
  *      @(#)vfs_lookup.c        8.10 (Berkeley) 5/27/95   *      @(#)vfs_lookup.c        8.10 (Berkeley) 5/27/95
  */   */
   
   #include <sys/cdefs.h>
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_ktrace.h"  #include "opt_ktrace.h"
   
 #include <sys/param.h>  #include <sys/param.h>

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>