1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

Define _KERNEL as this grubs around where no userland should go.

This commit is contained in:
David E. O'Brien 2001-08-16 20:47:01 +00:00
parent 5a66a2532b
commit fcd08e35ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81803
2 changed files with 4 additions and 0 deletions

View File

@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
#define _KERNEL
#include <machine/globaldata.h>
#undef _KERNEL
static void kcore_files_info PARAMS ((struct target_ops *));

View File

@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
#define _KERNEL
#include <machine/globaldata.h>
#undef _KERNEL
static void kcore_files_info PARAMS ((struct target_ops *));