diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 11:32:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 11:32:35 +0000 |
commit | cc70ac45e11b07433a3031d40368adac0d7b5b61 (patch) | |
tree | 231493c1e36f7e3e30dc726fc5f6b2b497f0f0fb /sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h | |
parent | - Update to 1.006 (diff) |
- Update to 1.40
PR: 114161
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h')
-rw-r--r-- | sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h b/sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h new file mode 100644 index 000000000000..547befb3ec5a --- /dev/null +++ b/sysutils/e2fsprogs/files/patch-lib_ext2fs_ext2_fs.h @@ -0,0 +1,11 @@ +--- a/lib/ext2fs/ext2_fs.h.orig Sat Jun 30 16:36:37 2007 ++++ b/lib/ext2fs/ext2_fs.h Sat Jun 30 16:36:43 2007 +@@ -414,7 +414,7 @@ + + #define i_size_high i_dir_acl + +-#if defined(__KERNEL__) || defined(__linux__) ++#if defined(__KERNEL__) || defined(__linux__) || defined(__FreeBSD__) + #define i_reserved1 osd1.linux1.l_i_reserved1 + #define i_frag osd2.linux2.l_i_frag + #define i_fsize osd2.linux2.l_i_fsize |