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

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

Diff for /src/sys/ufs/ufs/ufs_bswap.h between version 1.6 and 1.6.6.2

version 1.6, 2000/05/15 08:51:55 version 1.6.6.2, 2001/08/24 00:13:31
Line 32 
Line 32 
  *   *
  */   */
   
 #if defined(_KERNEL) && !defined(_LKM)  #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"  #include "opt_ffs.h"
 #endif  #endif
   
Line 50 
Line 50 
 #endif  #endif
   
 #if !defined(_KERNEL) || defined(FFS_EI)  #if !defined(_KERNEL) || defined(FFS_EI)
 /* inlines for access to swaped datas */  /* inlines for access to swapped data */
 static __inline u_int16_t ufs_rw16 __P((u_int16_t, int));  static __inline u_int16_t ufs_rw16 __P((u_int16_t, int));
 static __inline u_int32_t ufs_rw32 __P((u_int32_t, int));  static __inline u_int32_t ufs_rw32 __P((u_int32_t, int));
 static __inline u_int64_t ufs_rw64 __P((u_int64_t, int));  static __inline u_int64_t ufs_rw64 __P((u_int64_t, int));

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.6.2

CVSweb <webmaster@jp.NetBSD.org>