public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [commit] server.c (handle_general_set): Make static.
Date: Mon, 26 Apr 2010 22:03:00 -0000	[thread overview]
Message-ID: <20100426220330.DA48184C2B@ruffy.mtv.corp.google.com> (raw)

Hi.

fyi, I checked this in.

2010-04-26  Doug Evans  <dje@google.com>

	* server.c (handle_general_set): Make static.

diff -u -p -r1.117 server.c
--- server.c	24 Apr 2010 00:58:43 -0000	1.117
+++ server.c	26 Apr 2010 22:01:56 -0000
@@ -379,7 +379,8 @@ write_qxfer_response (char *buf, const v
 }
 
 /* Handle all of the extended 'Q' packets.  */
-void
+
+static void
 handle_general_set (char *own_buf)
 {
   if (strncmp ("QPassSignals:", own_buf, strlen ("QPassSignals:")) == 0)

                 reply	other threads:[~2010-04-26 22:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100426220330.DA48184C2B@ruffy.mtv.corp.google.com \
    --to=dje@google.com \
    --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).