From fcd08e35ece2b3c017ebb30f2a3594215d452c8a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 16 Aug 2001 20:47:01 +0000 Subject: Define _KERNEL as this grubs around where no userland should go. --- gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c | 2 ++ gnu/usr.bin/binutils/gdb/kvm-fbsd.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c index a81a229951a5..9513af304c03 100644 --- a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c @@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include #include +#define _KERNEL #include +#undef _KERNEL static void kcore_files_info PARAMS ((struct target_ops *)); diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c index a81a229951a5..9513af304c03 100644 --- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c @@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include #include +#define _KERNEL #include +#undef _KERNEL static void kcore_files_info PARAMS ((struct target_ops *)); -- cgit v1.3