summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-10 20:18:17 +0000
committerobrien <obrien@FreeBSD.org>2001-12-10 20:18:17 +0000
commit806dd9594154848b701df2867cfa9eaf40c21231 (patch)
tree95db41c24fb6be5ebcf73eec5108d70518fc2af2
parent403e9e766cbb03ea6c0d6e084fddc294d99fed41 (diff)
downloadFreeBSD-src-806dd9594154848b701df2867cfa9eaf40c21231.zip
FreeBSD-src-806dd9594154848b701df2867cfa9eaf40c21231.tar.gz
Adjust for the addition of CTR6.
-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 06372b9..8e0521c 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;
OpenPOWER on IntegriCloud