Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 19:25:39 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 104423 for review
Message-ID:  <200608171925.k7HJPdUG078137@repoman.freebsd.org>

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

Change 104423 by gonzo@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.



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