WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Tiny build fix for gcc 4.0.1

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b99098e3c2ed38c897242cb505fb1e171bb9435b
# Parent  06b1cbe76880a6875f87eea92ec72fb606e417d8
Tiny build fix for gcc 4.0.1
Signed-off-by: Christopher Clark <christopher.clark@xxxxxxxxxxxx>

diff -r 06b1cbe76880 -r b99098e3c2ed xen/arch/x86/cdb.c
--- a/xen/arch/x86/cdb.c        Thu Sep  1 09:01:15 2005
+++ b/xen/arch/x86/cdb.c        Thu Sep  1 09:04:06 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 {

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Tiny build fix for gcc 4.0.1, Xen patchbot -unstable <=