All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerone Young <jyoung5@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: libxc/load_aou9.c signness fix gcc4
Date: Fri, 24 Jun 2005 15:16:28 -0500	[thread overview]
Message-ID: <1119644189.2747.6.camel@thinkpad> (raw)

another gcc sign fix.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/libxc/xc_load_aout9.c.old     2005-06-24 14:50:16.000000000
-0500
+++ tools/libxc/xc_load_aout9.c 2005-06-24 15:02:08.000000000 -0500
@@ -19,7 +19,7 @@
 static int parseaout9image(char *, unsigned long, struct
domain_setup_info *);
 static int loadaout9image(char *, unsigned long, int, u32, unsigned
long *, struct domain_setup_info *);
 static void copyout(int, u32, unsigned long *, unsigned long, void *,
int);
-struct Exec *get_header(unsigned char *, unsigned long, struct Exec *);
+struct Exec *get_header(char *, unsigned long, struct Exec *);


 int
@@ -139,7 +139,7 @@ copyout(
  */
 struct Exec *
 get_header(
-    unsigned char *image,
+    char *image,
     unsigned long image_size,
     struct Exec *ehdr)
 {

-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

             reply	other threads:[~2005-06-24 20:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 20:16 Jerone Young [this message]
2005-06-24 20:35 ` libxc/load_aou9.c signness fix gcc4 Tim Newsham
2005-06-24 20:40 ` Flavio Leitner

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=1119644189.2747.6.camel@thinkpad \
    --to=jyoung5@us.ibm.com \
    --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.