PERFORCE change 144355 for review

John Birrell jb at FreeBSD.org
Mon Jun 30 07:45:06 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144355

Change 144355 by jb at freebsd3 on 2008/06/30 07:44:16

	MFdtrace

Affected files ...

.. //depot/projects/dtrace6/src/sys/sys/sysent.h#3 edit
.. //depot/projects/dtrace7/src/sys/sys/sysent.h#2 edit

Differences ...

==== //depot/projects/dtrace6/src/sys/sys/sysent.h#3 (text+ko) ====

@@ -47,7 +47,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;
 

==== //depot/projects/dtrace7/src/sys/sys/sysent.h#2 (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