summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sdt.c')
-rw-r--r--sys/kern/kern_sdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sdt.c b/sys/kern/kern_sdt.c
index 495a6a0..0702cc0 100644
--- a/sys/kern/kern_sdt.c
+++ b/sys/kern/kern_sdt.c
@@ -65,7 +65,7 @@ sdt_probe_func_t sdt_probe_func = sdt_probe_stub;
* support to enable it.
*/
void
-sdt_probe_stub(u_int32_t id, uintptr_t arg0, uintptr_t arg1,
+sdt_probe_stub(uint32_t id, uintptr_t arg0, uintptr_t arg1,
uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
{
printf("sdt_probe_stub: Why did this get called?\n");
OpenPOWER on IntegriCloud