From: Remi Colinet <remi.colinet@wanadoo.fr>
To: linux-kernel@vger.kernel.org
Subject: [Trivial 2.6.0-test6] Remove duplicated declarations in include/asm-i386/mman.h
Date: Tue, 30 Sep 2003 23:37:25 +0200 [thread overview]
Message-ID: <3F79F795.5060505@wanadoo.fr> (raw)
Hi,
--- bk/include/asm-i386/mman.h.orig 2003-09-30 23:33:07.000000000 +0200
+++ bk/include/asm-i386/mman.h 2003-09-30 23:33:16.000000000 +0200
@@ -8,8 +8,6 @@
#define PROT_NONE 0x0 /* page can not be accessed */
#define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change
to start of growsdown vma */
#define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change
to end of growsup vma */
-#define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change
to start of growsdown vma */
-#define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change
to end of growsup vma */
#define MAP_SHARED 0x01 /* Share changes */
#define MAP_PRIVATE 0x02 /* Changes are private */
Regards,
Remi
reply other threads:[~2003-09-30 21: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=3F79F795.5060505@wanadoo.fr \
--to=remi.colinet@wanadoo.fr \
--cc=linux-kernel@vger.kernel.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 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.