summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_ktr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c
index 06372b93ee4a..8e0521c73025 100644
--- a/sys/kern/kern_ktr.c
+++ b/sys/kern/kern_ktr.c
@@ -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;