[Trivial 2.6.0-test6] Remove duplicated declarations in include/asm-i386/mman.h

From: Remi Colinet
Date: Tue Sep 30 2003 - 16:35:39 EST


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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/