All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] ioemu: use POSIX int type
Date: Thu, 7 Feb 2008 12:32:15 +0000	[thread overview]
Message-ID: <20080207123215.GA9343@implementation.uk.xensource.com> (raw)

ioemu: use POSIX int type
(already upstream)

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r 2adf154d17c2 tools/ioemu/hw/rtl8139.c
--- a/tools/ioemu/hw/rtl8139.c	Thu Feb 07 10:47:20 2008 +0000
+++ b/tools/ioemu/hw/rtl8139.c	Thu Feb 07 12:04:07 2008 +0000
@@ -1468,7 +1468,7 @@ static void rtl8139_BasicModeCtrl_write(
     DEBUG_PRINT(("RTL8139: BasicModeCtrl register write(w) val=0x%04x\n", val));
 
     /* mask unwriteable bits */
-    uint32 mask = 0x4cff;
+    uint32_t mask = 0x4cff;
 
     if (1 || !rtl8139_config_writeable(s))
     {

                 reply	other threads:[~2008-02-07 12:32 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=20080207123215.GA9343@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.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.