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:
parent
5a66a2532b
commit
fcd08e35ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81803
@ -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 *));
|
||||
|
||||
|
@ -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 *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user