summaryrefslogtreecommitdiff
path: root/net-libs/libiscsi/files/libiscsi-1.18.0-fno-common.patch
blob: e5ce2f7bd4936b5dbc3d7e037347032e2b861038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/708526
Taken from: https://github.com/sahlberg/libiscsi/pull/307
Author: wanghonghao <wanghonghao@bytedance.com>
--- a/include/iser-private.h
+++ b/include/iser-private.h
@@ -159,7 +159,7 @@ struct iser_tx_desc {
 struct iser_cm_hdr {
 	uint8_t      flags;
 	uint8_t      rsvd[3];
-} __packed;
+};
 
 struct iser_pdu {
 	struct iscsi_pdu              iscsi_pdu;