diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-07 22:26:44 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-07 16:00:09 -0500 |
commit | e6d52a99aed57043874f75fcdf21d1381eeb885a (patch) | |
tree | df3abba4f5ae57b4b2816c57e26d1ad8098ce51b /sys-block/tgt | |
parent | dev-python/setuptools: Remove old (diff) | |
download | gentoo-e6d52a99aed57043874f75fcdf21d1381eeb885a.tar.gz gentoo-e6d52a99aed57043874f75fcdf21d1381eeb885a.tar.bz2 gentoo-e6d52a99aed57043874f75fcdf21d1381eeb885a.zip |
sys-block/tgt: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-block/tgt')
-rw-r--r-- | sys-block/tgt/files/tgt-1.0.79-fno-common.patch | 22 |
1 files changed, 0 insertions, 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; |