[BACK]Return to cd9660_lookup.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / cd9660

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

Diff for /src/sys/fs/cd9660/cd9660_lookup.c between version 1.12.20.2 and 1.12.20.3

version 1.12.20.2, 2008/01/09 01:55:40 version 1.12.20.3, 2008/03/23 02:04:55
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      cd9660_lookup.c,v 1.12.20.2 2008/01/09 01:55:40 matt Exp        */
   
 /*-  /*-
  * Copyright (c) 1989, 1993, 1994   * Copyright (c) 1989, 1993, 1994
Line 39 
Line 39 
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 __KERNEL_RCSID(0, "$NetBSD$");  __KERNEL_RCSID(0, "cd9660_lookup.c,v 1.12.20.2 2008/01/09 01:55:40 matt Exp");
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/namei.h>  #include <sys/namei.h>
Line 92  struct nchstats iso_nchstats;
Line 92  struct nchstats iso_nchstats;
  *        nor deleting, add name to cache   *        nor deleting, add name to cache
  */   */
 int  int
 cd9660_lookup(v)  cd9660_lookup(void *v)
         void *v;  
 {  {
         struct vop_lookup_args /* {          struct vop_lookup_args /* {
                 struct vnode *a_dvp;                  struct vnode *a_dvp;

Legend:
Removed from v.1.12.20.2  
changed lines
  Added in v.1.12.20.3

CVSweb <webmaster@jp.NetBSD.org>