[BACK]Return to linux_file64.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / common

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

Diff for /src/sys/compat/linux/common/linux_file64.c between version 1.2.4.3 and 1.2.4.4

version 1.2.4.3, 2001/10/22 20:41:13 version 1.2.4.4, 2001/11/14 19:13:10
Line 40 
Line 40 
  * Linux 64bit filesystem calls. Used on 32bit archs, not used on 64bit ones.   * Linux 64bit filesystem calls. Used on 32bit archs, not used on 64bit ones.
  */   */
   
   #include <sys/cdefs.h>
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/systm.h>  #include <sys/systm.h>
 #include <sys/namei.h>  #include <sys/namei.h>

Legend:
Removed from v.1.2.4.3  
changed lines
  Added in v.1.2.4.4

CVSweb <webmaster@jp.NetBSD.org>