]> git.ipfire.org Git - thirdparty/hostap.git/commit
trace: binutils replaces bfd_hostptr_t with uintptr_t
authorJaap Keuter <jaap.keuter@xs4all.nl>
Thu, 30 Nov 2023 22:31:03 +0000 (23:31 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 2 Dec 2023 17:08:25 +0000 (19:08 +0200)
commit0302c3ad22524865473049cc11af9615a283a387
tree002abc4cd7c5f08c875d432551181329f4fca8da
parentd5ef16e987385e50099e097249e29a7a992096c2
trace: binutils replaces bfd_hostptr_t with uintptr_t

According to this message https://marc.info/?l=binutils&m=165363679302282
the type bfd_hostptr_t is dropped in favor of uintptr_t.
Replace the use of this type in the code.

Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl>
src/utils/trace.c