Adjust for the addition of CTR6.

This commit is contained in:
David E. O'Brien 2001-12-10 20:18:17 +00:00
parent 54d07f7672
commit b45df7b4ae

View File

@ -115,7 +115,7 @@ ktr_tracepoint(u_int mask, const char *filename, u_int line,
#else
void
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
{
struct ktr_entry *entry;