commit: e6d52a99aed57043874f75fcdf21d1381eeb885a
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Oct 7 20:26:44 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 21:00:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d52a99
sys-block/tgt: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-block/tgt/files/tgt-1.0.79-fno-common.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/sys-block/tgt/files/tgt-1.0.79-fno-common.patch
b/sys-block/tgt/files/tgt-1.0.79-fno-common.patch
deleted file mode 100644
index 08933df021d8..000000000000
--- a/sys-block/tgt/files/tgt-1.0.79-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/usr/iscsi/iscsid.c
-+++ b/usr/iscsi/iscsid.c
-@@ -1074,7 +1074,7 @@ void iscsi_rsp_set_residual(struct iscsi_cmd_rsp *rsp,
struct scsi_cmd *scmd)
- struct iscsi_sense_data {
- uint16_t length;
- uint8_t data[0];
--} __packed;
-+} __attribute__((__packed__));
-
- static int iscsi_cmd_rsp_build(struct iscsi_task *task)
- {
---- a/usr/iscsi/iser.c
-+++ b/usr/iscsi/iser.c
-@@ -92,7 +92,7 @@ char *iser_portal_addr;
- struct iscsi_sense_data {
- uint16_t length;
- uint8_t data[0];
--} __packed;
-+} __attribute__((__packed__));
-
- static size_t buf_pool_sz_mb = DEFAULT_POOL_SIZE_MB;
- static int cq_vector = -1;