PERFORCE change 104423 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 17 19:25:48 UTC 2006


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

Change 104423 by gonzo at gonzo_hq on 2006/08/17 19:25:11

	o Tweak some includes in order not to confuse libkvm build.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/pmap.h#3 edit
.. //depot/projects/mips2/src/sys/mips/include/signal.h#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/pmap.h#3 (text+ko) ====

@@ -29,7 +29,10 @@
 #ifndef	_MACHINE_PMAP_H_
 #define	_MACHINE_PMAP_H_
 
+#include <sys/queue.h>
+
 #include <machine/pte.h>
+#include <machine/cpuregs.h>
 
 #ifndef	LOCORE
 

==== //depot/projects/mips2/src/sys/mips/include/signal.h#2 (text+ko) ====

@@ -44,7 +44,6 @@
 typedef long sig_atomic_t;
 
 #if __BSD_VISIBLE
-#include <machine/trap.h>	/* codes for SIGILL, SIGFPE */
 
 /*
  * Only the kernel should need these old type definitions.


More information about the p4-projects mailing list