mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
libctf: Use ctf_type_t instead of struct ctf_type
For consistency with other CTF toolchain code. No functional change
intended.
Fixes: 105fd928b0
("libctf: Improve check for duplicate SOU definitions in ctf_add_type()")
MFC after: 1 week
This commit is contained in:
parent
c00d345665
commit
2e4311906d
@ -1233,7 +1233,7 @@ static long
|
|||||||
soucmp(ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t *dst_fp,
|
soucmp(ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t *dst_fp,
|
||||||
ctf_id_t dst_type)
|
ctf_id_t dst_type)
|
||||||
{
|
{
|
||||||
const struct ctf_type *src_tp, *dst_tp;
|
const ctf_type_t *src_tp, *dst_tp;
|
||||||
const char *src_name, *dst_name;
|
const char *src_name, *dst_name;
|
||||||
ssize_t src_sz, dst_sz, src_inc, dst_inc;
|
ssize_t src_sz, dst_sz, src_inc, dst_inc;
|
||||||
uint_t kind, n;
|
uint_t kind, n;
|
||||||
|
Loading…
Reference in New Issue
Block a user