Print this page
patch lower-case-segops

@@ -25,12 +25,10 @@
  */
 
 #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>
 

@@ -72,11 +70,11 @@
         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 */
+#define WP_SETPROT      0x02    /* segop_setprot() needed on this page */
 
 #ifdef  _KERNEL
 
 /*
  * These functions handle the necessary logic to perform the copy operation