Adjust for the addition of CTR6.
This commit is contained in:
parent
54d07f7672
commit
b45df7b4ae
@ -115,7 +115,7 @@ ktr_tracepoint(u_int mask, const char *filename, u_int line,
|
|||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
ktr_tracepoint(u_int mask, const char *format, u_long arg1, u_long arg2,
|
ktr_tracepoint(u_int mask, const char *format, u_long arg1, u_long arg2,
|
||||||
u_long arg3, u_long arg4, u_long arg5)
|
u_long arg3, u_long arg4, u_long arg5, u_long arg6)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
struct ktr_entry *entry;
|
struct ktr_entry *entry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user