All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Clark <christopher.w.clark@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] tiny signed char fix in arch/x86/cdb.c
Date: Wed, 31 Aug 2005 23:42:41 +0100	[thread overview]
Message-ID: <eab08754050831154220103d07@mail.gmail.com> (raw)

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 {

                 reply	other threads:[~2005-08-31 22:42 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=eab08754050831154220103d07@mail.gmail.com \
    --to=christopher.w.clark@gmail.com \
    --cc=cwc22@cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /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 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.