patch-2.4.13 linux/include/linux/udf_fs_sb.h

Next file: linux/include/linux/ufs_fs.h
Previous file: linux/include/linux/udf_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/include/linux/udf_fs_sb.h linux/include/linux/udf_fs_sb.h
@@ -18,10 +18,6 @@
 #if !defined(_LINUX_UDF_FS_SB_H)
 #define _LINUX_UDF_FS_SB_H
 
-#ifndef LINUX_VERSION_CODE
-#include <linux/version.h>
-#endif
-
 #pragma pack(1)
 
 #define UDF_MAX_BLOCK_LOADED	8
@@ -89,7 +85,7 @@
 	__u16			s_partition;
 
 	/* Sector headers */
-	__u32			s_session;
+	__s32			s_session;
 	__u32			s_anchor[4];
 	__u32			s_lastblock;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)