

Remove duplicated #defines


 include/asm-i386/mman.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/asm-i386/mman.h~mman-h-fix include/asm-i386/mman.h
--- 25/include/asm-i386/mman.h~mman-h-fix	2003-09-28 15:03:03.000000000 -0700
+++ 25-akpm/include/asm-i386/mman.h	2003-09-28 15:03:14.000000000 -0700
@@ -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 */

_
