PERFORCE change 104125 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 21:26:19 UTC 2006


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

Change 104125 by jb at jb_freebsd2 on 2006/08/15 21:25:37

	Add missing variables.

Affected files ...

.. //depot/projects/dtrace/src/usr.bin/truss/powerpc-fbsd.c#4 edit
.. //depot/projects/dtrace/src/usr.bin/truss/sparc64-fbsd.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/usr.bin/truss/powerpc-fbsd.c#4 (text+ko) ====

@@ -116,6 +116,7 @@
   int i;
   unsigned int regargs;
   struct syscall *sc;
+  struct ptrace_io_desc iorequest;
 
   cpid = trussinfo->tid;
 

==== //depot/projects/dtrace/src/usr.bin/truss/sparc64-fbsd.c#5 (text+ko) ====

@@ -120,6 +120,7 @@
   int syscall_num;
   int i;
   struct syscall *sc;
+  struct ptrace_io_desc iorequest;
   int indir = 0;	/* indirect system call */
 
   cpid = trussinfo->tid;


More information about the p4-projects mailing list