[BACK]Return to ffs_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

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

Diff for /src/sys/ufs/ffs/ffs_subr.c between version 1.33.4.1 and 1.33.4.2

version 1.33.4.1, 2006/06/21 15:12:31 version 1.33.4.2, 2007/02/26 09:12:19
Line 44  __KERNEL_RCSID(0, "$NetBSD$");
Line 44  __KERNEL_RCSID(0, "$NetBSD$");
 extern const int inside[], around[];  extern const int inside[], around[];
 extern const u_char * const fragtbl[];  extern const u_char * const fragtbl[];
   
 #ifndef _KERNEL  
 #include <ufs/ufs/dinode.h>  
 #include <ufs/ffs/fs.h>  #include <ufs/ffs/fs.h>
 #include <ufs/ffs/ffs_extern.h>  #include <ufs/ffs/ffs_extern.h>
 #include <ufs/ufs/ufs_bswap.h>  #include <ufs/ufs/ufs_bswap.h>
   
   #ifndef _KERNEL
   #include <ufs/ufs/dinode.h>
 void    panic(const char *, ...)  void    panic(const char *, ...)
     __attribute__((__noreturn__,__format__(__printf__,1,2)));      __attribute__((__noreturn__,__format__(__printf__,1,2)));
   
Line 62  void    panic(const char *, ...)
Line 63  void    panic(const char *, ...)
 #include <ufs/ufs/inode.h>  #include <ufs/ufs/inode.h>
 #include <ufs/ufs/ufsmount.h>  #include <ufs/ufs/ufsmount.h>
 #include <ufs/ufs/ufs_extern.h>  #include <ufs/ufs/ufs_extern.h>
 #include <ufs/ffs/fs.h>  
 #include <ufs/ffs/ffs_extern.h>  
 #include <ufs/ufs/ufs_bswap.h>  
   
 /*  /*
  * Load up the contents of an inode and copy the appropriate pieces   * Load up the contents of an inode and copy the appropriate pieces

Legend:
Removed from v.1.33.4.1  
changed lines
  Added in v.1.33.4.2

CVSweb <webmaster@jp.NetBSD.org>