[Trivial 2.6.0-test6] Remove duplicated declarations in include/asm-i386/mman.h
From: Remi Colinet (remi.colinet_at_wanadoo.fr)
Date: 09/30/03
- Previous message: James Stevenson: "Re: [2.6.0-test6] Scratchy sound with via82xx (VT8233)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Sep 2003 23:37:25 +0200 To: linux-kernel@vger.kernel.org
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: James Stevenson: "Re: [2.6.0-test6] Scratchy sound with via82xx (VT8233)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]