Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/dist/uts/common/sys DTrace: fix the dtps...
details: https://anonhg.NetBSD.org/src/rev/a6fbae6679dd
branches: trunk
changeset: 752602:a6fbae6679dd
user: darran <darran%NetBSD.org@localhost>
date: Tue Mar 02 00:43:36 2010 +0000
description:
DTrace: fix the dtps_provide_module definition.
diffstat:
external/cddl/osnet/dist/uts/common/sys/dtrace.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d9af42f90d8b -r a6fbae6679dd external/cddl/osnet/dist/uts/common/sys/dtrace.h
--- a/external/cddl/osnet/dist/uts/common/sys/dtrace.h Tue Mar 02 00:13:50 2010 +0000
+++ b/external/cddl/osnet/dist/uts/common/sys/dtrace.h Tue Mar 02 00:43:36 2010 +0000
@@ -2034,7 +2034,7 @@
typedef struct dtrace_pops {
void (*dtps_provide)(void *arg, const dtrace_probedesc_t *spec);
- void (*dtps_provide_module)(void *arg, struct modctl *mp);
+ void (*dtps_provide_module)(void *arg, dtrace_modctl_t *mp);
int (*dtps_enable)(void *arg, dtrace_id_t id, void *parg);
void (*dtps_disable)(void *arg, dtrace_id_t id, void *parg);
void (*dtps_suspend)(void *arg, dtrace_id_t id, void *parg);
Home |
Main Index |
Thread Index |
Old Index