summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_prot.h')
-rw-r--r--sys/vm/vm_prot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h
index f5aa65f..cdddcea 100644
--- a/sys/vm/vm_prot.h
+++ b/sys/vm/vm_prot.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: vm_prot.h,v 1.7 1997/02/22 09:48:38 peter Exp $
*/
/*
@@ -80,6 +80,7 @@
#define VM_PROT_READ ((vm_prot_t) 0x01) /* read permission */
#define VM_PROT_WRITE ((vm_prot_t) 0x02) /* write permission */
#define VM_PROT_EXECUTE ((vm_prot_t) 0x04) /* execute permission */
+#define VM_PROT_OVERRIDE_WRITE ((vm_prot_t) 0x08) /* write, overriding permission for COW */
/*
* The default protection for newly-created virtual memory
OpenPOWER on IntegriCloud