Put in proper address information for Poul-Henning Kamp.
[unix-history] / sys / vm / vm_prot.h
index 6c5aa3a..44804b6 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_prot.h     7.2 (Berkeley) 4/21/91
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_prot.h     7.2 (Berkeley) 4/21/91
- *     $Id: vm_prot.h,v 1.2 1993/10/16 16:20:54 rgrimes Exp $
+ *     $Id: vm_prot.h,v 1.3 1993/11/07 17:54:26 wollman Exp $
  */
 
 /*
  */
 
 /*
@@ -77,7 +77,7 @@
  *     vm_prot_t               VM protection values.
  */
 
  *     vm_prot_t               VM protection values.
  */
 
-typedef int            vm_prot_t;
+typedef char           vm_prot_t;
 
 /*
  *     Protection values, defined as bits within the vm_prot_t type
 
 /*
  *     Protection values, defined as bits within the vm_prot_t type