[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Remove static forward declaration in gdbstub code.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b042bf974f3a32684596807f32e013f9e22944af
# Parent  7de1715d185e566046a0d2c7b3754c0a6c2eb64c
Remove static forward declaration in gdbstub code.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/common/gdbstub.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 7de1715d185e -r b042bf974f3a xen/common/gdbstub.c
--- a/xen/common/gdbstub.c      Mon Sep 25 18:19:30 2006 +0100
+++ b/xen/common/gdbstub.c      Tue Sep 26 08:34:52 2006 +0100
@@ -53,6 +53,8 @@ static char opt_gdb[30] = "none";
 static char opt_gdb[30] = "none";
 string_param("gdb", opt_gdb);
 
+static void gdbstub_console_puts(const char *str);
+
 /* value <-> char (de)serialzers */
 char
 hex2char(unsigned long x)
@@ -360,7 +362,6 @@ static void
 static void
 gdbstub_attach(struct gdb_context *ctx)
 {
-    static void gdbstub_console_puts(const char *str);
     if ( ctx->currently_attached )
         return;    
     ctx->currently_attached = 1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.