summaryrefslogtreecommitdiffstats
path: root/srs-client
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-06 01:34:27 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-06 23:18:09 +0200
commit1127bbb3756fe6909d166938ea4e5a5f12be1f52 (patch)
tree4307232bef69c2252d2f82869a4d8744350d2e2f /srs-client
parent814b55e6232b65978863db7c9d649cfec9f6d3d1 (diff)
downloadhardware_replicant_libsamsung-ril-1127bbb3756fe6909d166938ea4e5a5f12be1f52.tar.gz
hardware_replicant_libsamsung-ril-1127bbb3756fe6909d166938ea4e5a5f12be1f52.tar.bz2
hardware_replicant_libsamsung-ril-1127bbb3756fe6909d166938ea4e5a5f12be1f52.zip
Adjust to libsamsung-ipc ipc_sec_lock_infomation_response_data typo fix
In libsamsung-ipc, ipc_sec_lock_infomation_response_data was changed to ipc_sec_lock_information_response_data as the former seems to be a typo. This change was made by the following libsamsung-ipc commit: cae58ae626f4dad678567e03dcfa247e05f69ddc cae58ae Fix ipc_sec_lock_infomation_response_data typo As ipc_sec_lock_infomation_response_data was used in libsamsung-ril too, we need to do the change here too, as otherwise we will end with compilation errors like that while compiling Replicant 6.0: hardware/replicant/libsamsung-ril/sim.c: In function 'ipc_sec_lock_infomation': hardware/replicant/libsamsung-ril/sim.c:1174:73: error: invalid application of 'sizeof' to incomplete type 'struct ipc_sec_lock_infomation_response_data' if (message == NULL || message->data == NULL || message->size < sizeof(struct ipc_sec_lock_infomation_response_data)) ^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Diffstat (limited to 'srs-client')
0 files changed, 0 insertions, 0 deletions