From: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix SIOCATMARK
Date: Wed, 15 Oct 2008 19:28:50 -0300 [thread overview]
Message-ID: <1224109730.7266.28.camel@laurov-desktop> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 113 bytes --]
The SIOCATMARK ioctl receives one parameter.
--
Lauro Ramos Venancio
INdT - Instituto Nokia de Tecnologia
[-- Attachment #1.2: fix_siocatmark.patch --]
[-- Type: text/x-patch, Size: 512 bytes --]
Index: linux-user/ioctls.h
===================================================================
--- linux-user/ioctls.h (revision 5391)
+++ linux-user/ioctls.h (working copy)
@@ -74,7 +74,7 @@
IOCTL(FIGETBSZ, IOC_R, MK_PTR(TYPE_LONG))
#endif
- IOCTL(SIOCATMARK, 0, TYPE_NULL)
+ IOCTL(SIOCATMARK, 0, MK_PTR(TYPE_INT))
IOCTL(SIOCADDRT, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtentry)))
IOCTL(SIOCDELRT, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtentry)))
IOCTL(SIOCGIFNAME, IOC_RW, MK_PTR(TYPE_INT))
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2008-10-15 22:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-15 22:28 Lauro Ramos Venancio [this message]
2008-10-28 10:36 ` [Qemu-devel] [PATCH] fix SIOCATMARK andrzej zaborowski
-- strict thread matches above, loose matches on Subject: below --
2008-10-15 22:57 Lauro Ramos Venancio
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=1224109730.7266.28.camel@laurov-desktop \
--to=lauro.venancio@openbossa.org \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).