Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 21:48:59 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102318 for review
Message-ID:  <200607242148.k6OLmxlx045092@repoman.freebsd.org>

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

Change 102318 by jhb@jhb_mutex on 2006/07/24 21:48:42

	Compile fixes for all but arm (since I can't cross-build an arm
	toolchain w/o patches).

Affected files ...

.. //depot/projects/smpng/sys/amd64/ia32/ia32_syscall.c#13 edit
.. //depot/projects/smpng/sys/ia64/ia32/ia32_trap.c#8 edit
.. //depot/projects/smpng/sys/powerpc/powerpc/trap.c#50 edit

Differences ...

==== //depot/projects/smpng/sys/amd64/ia32/ia32_syscall.c#13 (text+ko) ====

@@ -56,6 +56,7 @@
 #include <sys/ktr.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>
+#include <sys/ptrace.h>
 #include <sys/resourcevar.h>
 #include <sys/signalvar.h>
 #include <sys/syscall.h>

==== //depot/projects/smpng/sys/ia64/ia32/ia32_trap.c#8 (text+ko) ====

@@ -36,6 +36,7 @@
 #include <sys/mutex.h>
 #include <sys/pioctl.h>
 #include <sys/proc.h>
+#include <sys/ptrace.h>
 #include <sys/signalvar.h>
 #include <sys/syscall.h>
 #include <sys/sysent.h>

==== //depot/projects/smpng/sys/powerpc/powerpc/trap.c#50 (text+ko) ====

@@ -43,6 +43,7 @@
 #include <sys/lock.h>
 #include <sys/mutex.h>
 #include <sys/pioctl.h>
+#include <sys/ptrace.h>
 #include <sys/reboot.h>
 #include <sys/syscall.h>
 #include <sys/sysent.h>



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