linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Trivial 2.6.0-test6] Remove duplicated declarations in include/asm-i386/mman.h
@ 2003-09-30 21:37 Remi Colinet
  0 siblings, 0 replies; only message in thread
From: Remi Colinet @ 2003-09-30 21:37 UTC (permalink / raw)
  To: linux-kernel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-30 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-30 21:37 [Trivial 2.6.0-test6] Remove duplicated declarations in include/asm-i386/mman.h Remi Colinet

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).