Files @ e36ab91c28d1
Branch filter:

Location: ohnobinki_overlay/sys-fs/e2fsprogs/files/e2fsprogs-1.40-fbsd.patch - annotation

binki
sys-apps/busybox: Fix busybox ebuilds to use the fix described in bug 346953 comment 8.

(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
--- a/lib/ext2fs/ext2_fs.h
+++ b/lib/ext2fs/ext2_fs.h
@@ -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