Print this page
patch lower-case-segops

*** 25,36 **** */ #ifndef _SYS_WATCHPOINT_H #define _SYS_WATCHPOINT_H - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <vm/seg_enum.h> #include <sys/copyops.h> #include <sys/avl.h> --- 25,34 ----
*** 72,82 **** short wp_exec; /* number of WA_EXEC areas in this page */ } watched_page_t; /* wp_flags */ #define WP_NOWATCH 0x01 /* protections temporarily restored */ ! #define WP_SETPROT 0x02 /* SEGOP_SETPROT() needed on this page */ #ifdef _KERNEL /* * These functions handle the necessary logic to perform the copy operation --- 70,80 ---- short wp_exec; /* number of WA_EXEC areas in this page */ } watched_page_t; /* wp_flags */ #define WP_NOWATCH 0x01 /* protections temporarily restored */ ! #define WP_SETPROT 0x02 /* segop_setprot() needed on this page */ #ifdef _KERNEL /* * These functions handle the necessary logic to perform the copy operation