PERFORCE change 144343 for review
John Birrell
jb at FreeBSD.org
Mon Jun 30 06:47:03 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144343
Change 144343 by jb at freebsd3 on 2008/06/30 06:46:44
Add a syscall number argument to make the args function compatible
with the one generated.
Affected files ...
.. //depot/projects/dtrace/src/sys/sys/sysent.h#11 edit
Differences ...
==== //depot/projects/dtrace/src/sys/sys/sysent.h#11 (text+ko) ====
@@ -48,7 +48,7 @@
* Used by loaded syscalls to convert arguments to a DTrace array
* of 64-bit arguments.
*/
-typedef void (*systrace_args_func_t)(void *, u_int64_t *, int *);
+typedef void (*systrace_args_func_t)(int, void *, u_int64_t *, int *);
extern systrace_probe_func_t systrace_probe_func;
More information about the p4-projects
mailing list