summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2014-04-16 14:01:26 -0500
committerJesse Gilles <jgilles@multitech.com>2014-04-16 14:01:26 -0500
commit12361965344182732888cb936b3147bb4a2cdace (patch)
tree1000c760aacb4bace365fa1d3a90f32a372ef716
parentd0b5cdf1351cb02dc001aab5bd44ff6c5f681abc (diff)
downloadsms-utils-12361965344182732888cb936b3147bb4a2cdace.tar.gz
sms-utils-12361965344182732888cb936b3147bb4a2cdace.tar.bz2
sms-utils-12361965344182732888cb936b3147bb4a2cdace.zip
pdu.h: remove duplicate struct members in type
fixes build on gcc 4.8
-rw-r--r--src/pdu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pdu.h b/src/pdu.h
index 0305550..c164fd1 100644
--- a/src/pdu.h
+++ b/src/pdu.h
@@ -64,14 +64,8 @@ struct pdu_info {
uint8_t status_report: 1;
uint8_t user_data_header: 1;
uint8_t reply_path: 1;
- };
- struct {
- uint8_t msg_type: 2;
uint8_t reject_duplicates: 1;
uint8_t validity_period_format: 2;
- uint8_t status_report: 1;
- uint8_t user_data_header: 1;
- uint8_t reply_path: 1;
};
} type;
uint8_t msg_reference;