Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/files/
Date: Mon, 09 Apr 2018 00:16:00
Message-Id: 1523232466.1ecedefdefc85d7539dd82a77d2dfda808a45246.bman@gentoo
1 commit: 1ecedefdefc85d7539dd82a77d2dfda808a45246
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:07:19 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 9 00:07:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecedefd
7
8 sys-fs/e2fsprogs: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/7881
11
12 .../files/e2fsprogs-1.43.8-big-endian.patch | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/sys-fs/e2fsprogs/files/e2fsprogs-1.43.8-big-endian.patch b/sys-fs/e2fsprogs/files/e2fsprogs-1.43.8-big-endian.patch
16 deleted file mode 100644
17 index 8b3482f6d5f..00000000000
18 --- a/sys-fs/e2fsprogs/files/e2fsprogs-1.43.8-big-endian.patch
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -From 876d9b0c8eac2fd80dd62bfa1b09adea62aa08f3 Mon Sep 17 00:00:00 2001
22 -From: Theodore Ts'o <tytso@×××.edu>
23 -Date: Wed, 3 Jan 2018 01:32:02 -0500
24 -Subject: libext2fs: fix build failure in swapfs.c on big-endian systems
25 -
26 -Addresses-Debian-Bug: #886119
27 -
28 -Reported-by: James Clarke <jrtc27@××××××.org>
29 -Signed-off-by: Theodore Ts'o <tytso@×××.edu>
30 ----
31 - lib/ext2fs/swapfs.c | 3 ++-
32 - 1 file changed, 2 insertions(+), 1 deletion(-)
33 -
34 -diff --git a/lib/ext2fs/swapfs.c b/lib/ext2fs/swapfs.c
35 -index 6e5cff9..b13dc42 100644
36 ---- a/lib/ext2fs/swapfs.c
37 -+++ b/lib/ext2fs/swapfs.c
38 -@@ -19,6 +19,7 @@
39 -
40 - #include "ext2_fs.h"
41 - #include "ext2fs.h"
42 -+#include "ext2fsP.h"
43 - #include <ext2fs/ext2_ext_attr.h>
44 -
45 - #ifdef WORDS_BIGENDIAN
46 -@@ -358,7 +359,7 @@ void ext2fs_swap_inode_full(ext2_filsys fs, struct ext2_inode_large *t,
47 - if (inode_includes(inode_size, i_projid))
48 - t->i_projid = ext2fs_swab16(f->i_projid);
49 - /* catch new static fields added after i_projid */
50 -- EXT2FS_BUILD_BUG_ON(sizeof(ext2_inode_large) != 160);
51 -+ EXT2FS_BUILD_BUG_ON(sizeof(struct ext2_inode_large) != 160);
52 -
53 - i = sizeof(struct ext2_inode) + extra_isize + sizeof(__u32);
54 - if (bufsize < (int) i)
55 ---
56 -cgit v1.1
57 -