summaryrefslogtreecommitdiff
path: root/monitor/rfcomm.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-20 11:52:00 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-20 11:52:00 +0200
commitd884d778d3781dc63f1e704e47a90bb135b13b87 (patch)
tree2c25840769df3ee84b013258d1d6a9fe23242084 /monitor/rfcomm.c
parente74bb5a35be82cb7beec2b149bcc5c7bcc1af9b9 (diff)
downloadbluez-d884d778d3781dc63f1e704e47a90bb135b13b87.tar.gz
monitor/rfcomm: Fix left over packed struct
Diffstat (limited to 'monitor/rfcomm.c')
-rw-r--r--monitor/rfcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/rfcomm.c b/monitor/rfcomm.c
index fd7bbdc0f..cae6b2c0b 100644
--- a/monitor/rfcomm.c
+++ b/monitor/rfcomm.c
@@ -106,7 +106,7 @@ struct rfcomm_rpn {
uint8_t xon;
uint8_t xoff;
uint16_t pm;
-} __attribute__ ((packed));
+};
struct rfcomm_rls {
uint8_t dlci;