home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / sys / vmparam.h < prev    next >
Text File  |  1993-10-19  |  1KB  |  46 lines

  1. /* 
  2.  * Mach Operating System
  3.  * Copyright (c) 1989 Carnegie-Mellon University
  4.  * Copyright (c) 1988 Carnegie-Mellon University
  5.  * All rights reserved.  The CMU software License Agreement specifies
  6.  * the terms and conditions for use and redistribution.
  7.  */
  8. /*
  9.  * HISTORY
  10.  * $Log:    vmparam.h,v $
  11.  * Revision 2.5  89/03/09  22:11:02  rpd
  12.  *     More cleanup.
  13.  * 
  14.  * Revision 2.4  89/02/25  17:59:09  gm0w
  15.  *     Got rid of non-MACH code.
  16.  *     [89/02/14            mrt]
  17.  * 
  18.  * Revision 2.3  88/08/24  02:54:30  mwyoung
  19.  *     Adjusted include file references.
  20.  *     [88/08/17  02:28:55  mwyoung]
  21.  * 
  22.  * Revision 2.2  88/07/17  19:04:07  mwyoung
  23.  * Remove junk for MACH.
  24.  *
  25.  * 24-Jun-88  Michael Young (mwyoung) at Carnegie-Mellon University
  26.  *    Nothing here but "machine/vmparam.h" for MACH.
  27.  */
  28. /*
  29.  * Copyright (c) 1982, 1986 Regents of the University of California.
  30.  * All rights reserved.  The Berkeley software License Agreement
  31.  * specifies the terms and conditions for redistribution.
  32.  *
  33.  *    @(#)vmparam.h    7.1 (Berkeley) 6/4/86
  34.  */
  35.  
  36. #ifndef    _SYS_VMPARAM_H_
  37. #define _SYS_VMPARAM_H_
  38.  
  39. /*
  40.  * Machine dependent constants
  41.  */
  42.  
  43. #import <machine/vmparam.h>
  44.  
  45. #endif    _SYS_VMPARAM_H_
  46.