public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: coypu <coypu@sdf.org>
To: gdb-patches@sourceware.org
Subject: [PATCH 1/1] Need _KMEMUSER for including sys/proc.h on netbsd
Date: Mon, 05 Jun 2017 12:11:00 -0000	[thread overview]
Message-ID: <20170605121100.GA3277@SDF.ORG> (raw)

---
 gdb/bsd-kvm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c
index 98e24283..f872fc08 100644
--- a/gdb/bsd-kvm.c
+++ b/gdb/bsd-kvm.c
@@ -17,6 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#define _KMEMUSER 1
 #include "defs.h"
 #include "cli/cli-cmds.h"
 #include "command.h"
-- 
2.12.2

             reply	other threads:[~2017-06-05 12:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-05 12:11 coypu [this message]
2017-06-06 17:49 ` John Baldwin
2017-06-23  2:38   ` coypu
2017-06-29 15:38   ` coypu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170605121100.GA3277@SDF.ORG \
    --to=coypu@sdf.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).