From: Jakub Jelinek <jakub@redhat.com>
To: "Peter Wächtler" <pwaechtler@mac.com>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, torvalds@osdl.org,
bo.z.li@intel.com, manfred@colorfullife.com
Subject: Re: [PATCH] [2/2] posix message queues
Date: Fri, 3 Oct 2003 18:22:11 -0400 [thread overview]
Message-ID: <20031003182211.Q26086@devserv.devel.redhat.com> (raw)
In-Reply-To: <1065196646.3682.54.camel@picklock.adams.family>; from pwaechtler@mac.com on Fri, Oct 03, 2003 at 05:59:26PM +0200
On Fri, Oct 03, 2003 at 05:59:26PM +0200, Peter Wächtler wrote:
> diff -X dontdiff -Nur vanilla-2.6.0-test6/include/asm-i386/unistd.h linux-2.6.0-test6/include/asm-i386/unistd.h
> --- vanilla-2.6.0-test6/include/asm-i386/unistd.h 2003-08-23 01:57:19.000000000 +0200
> +++ linux-2.6.0-test6/include/asm-i386/unistd.h 2003-09-07 21:48:07.000000000 +0200
> @@ -278,8 +278,15 @@
> #define __NR_tgkill 270
> #define __NR_utimes 271
> #define __NR_fadvise64_64 272
> +#define __NR_sys_mq_open 273
> +#define __NR_sys_mq_unlink (__NR_sys_mq_open+1)
> +#define __NR_mq_timedsend (__NR_sys_mq_open+2)
> +#define __NR_mq_timedreceive (__NR_sys_mq_open+3)
> +#define __NR_mq_notify (__NR_sys_mq_open+4)
> +#define __NR_mq_getattr (__NR_sys_mq_open+5)
> +#define __NR_mq_setattr (__NR_sys_mq_open+6)
s/__NR_sys_mq/__NR_mq/g
Jakub
next prev parent reply other threads:[~2003-10-03 22:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-03 15:59 [PATCH] [2/2] posix message queues Peter Wächtler
2003-10-03 18:16 ` Manfred Spraul
2003-10-05 12:42 ` Peter Wächtler
2003-10-05 14:39 ` Arjan van de Ven
2003-10-05 15:58 ` Ulrich Drepper
2003-10-03 22:22 ` Jakub Jelinek [this message]
2003-10-05 12:42 ` Peter Wächtler
2003-10-04 6:39 ` Ulrich Drepper
-- strict thread matches above, loose matches on Subject: below --
2003-11-25 11:42 [PATCH] 2/2 POSIX " Michal Wronski
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=20031003182211.Q26086@devserv.devel.redhat.com \
--to=jakub@redhat.com \
--cc=akpm@osdl.org \
--cc=bo.z.li@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=manfred@colorfullife.com \
--cc=pwaechtler@mac.com \
--cc=torvalds@osdl.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