Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2008 06:47:02 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144343 for review
Message-ID:  <200806300647.m5U6l2jW099965@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144343

Change 144343 by jb@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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806300647.m5U6l2jW099965>