Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Use uint32_t, not u_int32_t; makes this file standal...
details: https://anonhg.NetBSD.org/src/rev/55baa982a40e
branches: trunk
changeset: 790419:55baa982a40e
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Oct 07 07:11:40 2013 +0000
description:
Use uint32_t, not u_int32_t; makes this file standalone like it ought
to be. PR 45693.
diffstat:
sys/sys/sdt.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 753f505c9a69 -r 55baa982a40e sys/sys/sdt.h
--- a/sys/sys/sdt.h Mon Oct 07 05:19:23 2013 +0000
+++ b/sys/sys/sdt.h Mon Oct 07 07:11:40 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sdt.h,v 1.3 2013/06/09 01:13:47 riz Exp $ */
+/* $NetBSD: sdt.h,v 1.4 2013/10/07 07:11:40 dholland Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
* This type definition must match that of dtrace_probe. It is defined this
* way to avoid having to rely on CDDL code.
*/
-typedef void (*sdt_probe_func_t)(u_int32_t, uintptr_t arg0, uintptr_t arg1,
+typedef void (*sdt_probe_func_t)(uint32_t, uintptr_t arg0, uintptr_t arg1,
uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
/*
Home |
Main Index |
Thread Index |
Old Index