aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess/ipaccess-firmware.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-30 06:13:36 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-30 06:42:16 +0100
commit0183edd18c0b45b200b711e4b8ec9f185fa4e1a1 (patch)
tree4f5d66dbd691afe4b90548e2f915070a3ec5a91d /openbsc/src/ipaccess/ipaccess-firmware.c
parentc9f8a6dca32be1b2037707f59e681767fd32951f (diff)
[ipaccess] Change the name to be slightly better..
Diffstat (limited to 'openbsc/src/ipaccess/ipaccess-firmware.c')
-rw-r--r--openbsc/src/ipaccess/ipaccess-firmware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-firmware.c b/openbsc/src/ipaccess/ipaccess-firmware.c
index 2fb7befe0..431fe315c 100644
--- a/openbsc/src/ipaccess/ipaccess-firmware.c
+++ b/openbsc/src/ipaccess/ipaccess-firmware.c
@@ -92,7 +92,7 @@ int ipacces_analyze_file(int fd, const unsigned int st_size, const unsigned int
/* look into each firmware now */
for (i = 0; i < ntohs(firmware_header->part_length) / PART_LENGTH; ++i) {
struct sdp_header_entry entry;
- struct sdp_header_entry_list *header_entry;
+ struct sdp_header_item *header_entry;
unsigned int offset = base_offset + sizeof(struct sdp_firmware);
offset += i * 138;
@@ -131,7 +131,7 @@ int main(int argc, char** argv)
for (i = 1; i < argc; ++i) {
struct sdp_header *header;
- struct sdp_header_entry_list *sub_entry;
+ struct sdp_header_item *sub_entry;
struct llist_head entry;
INIT_LLIST_HEAD(&entry);