public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] server.c (handle_general_set): Make static.
@ 2010-04-26 22:03 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2010-04-26 22:03 UTC (permalink / raw)
  To: gdb-patches

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-26 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-26 22:03 [commit] server.c (handle_general_set): Make static Doug Evans

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).