diff options
| author | Ben Fennema <bfennema@falcon.csc.calpoly.edu> | 2002-03-12 23:39:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-03-12 23:39:28 -0800 |
| commit | 5eefec79f16006ff0d3fb91460e76df7f35455b9 (patch) | |
| tree | 6561536182078e8b76e6f32db175c40c85837406 /include/linux/udf_fs_sb.h | |
| parent | b2dffcdf5576159290c61eed7d496dbb80e3592d (diff) | |
[PATCH] udf patch for 2.5.7-pre1 (part 4/4)
This patch moves the udf spec header files into the fs/udf directory and
removes all the non-standard sized typedefs.
Diffstat (limited to 'include/linux/udf_fs_sb.h')
| -rw-r--r-- | include/linux/udf_fs_sb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/udf_fs_sb.h b/include/linux/udf_fs_sb.h index fdb078d9dbc6..e898136bf947 100644 --- a/include/linux/udf_fs_sb.h +++ b/include/linux/udf_fs_sb.h @@ -15,8 +15,8 @@ * Each contributing author retains all rights to their own work. */ -#if !defined(_LINUX_UDF_FS_SB_H) -#define _LINUX_UDF_FS_SB_H +#ifndef _UDF_FS_SB_H +#define _UDF_FS_SB_H 1 #pragma pack(1) @@ -115,4 +115,4 @@ struct udf_sb_info struct inode *s_vat; }; -#endif /* !defined(_LINUX_UDF_FS_SB_H) */ +#endif /* _UDF_FS_SB_H */ |
