This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / vm / vm_inherit.h
index 40f1e09..d450e00 100644 (file)
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_inherit.h  7.2 (Berkeley) 4/21/91
  * SUCH DAMAGE.
  *
  *     from: @(#)vm_inherit.h  7.2 (Berkeley) 4/21/91
- *     $Id$
+ *     $Id: vm_inherit.h,v 1.2 1993/10/16 16:20:27 rgrimes Exp $
  */
 
 /*
  */
 
 /*
@@ -77,7 +77,7 @@
  *     vm_inherit_t    inheritance codes.
  */
 
  *     vm_inherit_t    inheritance codes.
  */
 
-typedef int            vm_inherit_t;   /* might want to change this */
+typedef char           vm_inherit_t;   /* might want to change this */
 
 /*
  *     Enumeration of valid values for vm_inherit_t.
 
 /*
  *     Enumeration of valid values for vm_inherit_t.