mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
boottrace: Use NULL for SYSINIT's last arg, which is a pointer type
MFC after: 3 days
This commit is contained in:
parent
338d53965d
commit
d9f1f0a901
@ -613,4 +613,4 @@ boottrace_init(void)
|
||||
st.table = malloc(st.size * sizeof(struct bt_event), M_BOOTTRACE,
|
||||
M_WAITOK | M_ZERO);
|
||||
}
|
||||
SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, 0);
|
||||
SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user