From: Charles Duffy <cduffy@spamcop.net>
To: xen-devel@lists.xensource.com
Subject: Changeset for reisermodule x86_64 compilation w/ -Wall
Date: Tue, 11 Oct 2005 03:14:55 -0500 [thread overview]
Message-ID: <difs7e$jna$1@sea.gmane.org> (raw)
Compiling with -Wall is failing for me without application of this
patch. I'm fairly sure someone else has independently proposed (pretty
much) the same thing, but given that it didn't get applied, I'm
reproposing it here.
# HG changeset patch
# User cduffy@spamcop.net
# Node ID f3f8213f8d895c1b4e29647132aaea8633fb4825
# Parent e69413dca6844c87885121a7360fa7c2b11cdea9
fix 64-bit compilation
diff -r e69413dca684 -r f3f8213f8d89
tools/pygrub/src/fsys/reiser/reisermodule.c
--- a/tools/pygrub/src/fsys/reiser/reisermodule.c Sat Oct 8
09:22:01 2005
+++ b/tools/pygrub/src/fsys/reiser/reisermodule.c Tue Oct 11
07:51:18 2005
@@ -46,7 +46,7 @@
if (!dal) return;
- close((int)dal->dev);
+ close((size_t)dal->dev);
dal_free(dal);
}
next reply other threads:[~2005-10-11 8:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-11 8:14 Charles Duffy [this message]
2005-10-11 15:34 ` Changeset for reisermodule x86_64 compilation w/ -Wall Hollis Blanchard
2005-10-11 17:51 ` Charles Duffy
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='difs7e$jna$1@sea.gmane.org' \
--to=cduffy@spamcop.net \
--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.