[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

  • Next message: cliff white: "2.6.0-test5 - stuck keys on iBook"
    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/


  • Next message: cliff white: "2.6.0-test5 - stuck keys on iBook"