mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Define _KERNEL as this grubs around where no userland should go.
This commit is contained in:
parent
5a66a2532b
commit
fcd08e35ec
2 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue