All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tiny signed char fix in arch/x86/cdb.c
@ 2005-08-31 22:42 Christopher Clark
  0 siblings, 0 replies; only message in thread
From: Christopher Clark @ 2005-08-31 22:42 UTC (permalink / raw)
  To: xen-devel

build fix for gcc 4.0.1

Signed-off-by: Christopher Clark <firstname.lastname@cl.cam.ac.uk>


diff -r 8af8ddf91078 xen/arch/x86/cdb.c
--- a/xen/arch/x86/cdb.c        Wed Aug 31 14:53:43 2005
+++ b/xen/arch/x86/cdb.c        Wed Aug 31 15:39:43 2005
@@ -21,7 +21,7 @@
    debugger. so avoid it. */
 #define dbg_printk(...)

-static unsigned char opt_cdb[30] = "none";
+static char opt_cdb[30] = "none";
 string_param("cdb", opt_cdb);

 struct xendbg_context {

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

only message in thread, other threads:[~2005-08-31 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-31 22:42 [PATCH] tiny signed char fix in arch/x86/cdb.c Christopher Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.