diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-08-18 14:55:57 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-08-18 14:55:57 -0500 |
commit | e2d3a7ed9758fa10be12f5c569dbf1916c076348 (patch) | |
tree | 4fe938ac6824a64108f59626bde61e174000d416 /src/pdu.h | |
parent | 2727a60fb3f559b8caeb7dad8a00b16e20dc36db (diff) | |
download | sms-utils-e2d3a7ed9758fa10be12f5c569dbf1916c076348.tar.gz sms-utils-e2d3a7ed9758fa10be12f5c569dbf1916c076348.tar.bz2 sms-utils-e2d3a7ed9758fa10be12f5c569dbf1916c076348.zip |
remove duplicate bit field in pdu.h since alternate names are never used and newer gcc doesn't like it0.0.5
Diffstat (limited to 'src/pdu.h')
-rw-r--r-- | src/pdu.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -59,14 +59,6 @@ struct pdu_info { uint8_t type; struct { uint8_t msg_type: 2; - uint8_t more_msg: 1; - uint8_t unused: 2; - 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; |