Annotation of 41BSD/4.0.upgrade/sys/h/vm.h, revision 1.1.1.1

1.1       root        1: /*     vm.h    4.3     81/04/23        */
                      2: 
                      3: /*
                      4:  *     #include "../h/vm.h"
                      5:  * or  #include <vm.h>          in a user program
                      6:  * is a quick way to include all the vm header files.
                      7:  */
                      8: #ifdef KERNEL
                      9: #include "../h/vmparam.h"
                     10: #include "../h/vmmac.h"
                     11: #include "../h/vmmeter.h"
                     12: #include "../h/vmsystm.h"
                     13: #else
                     14: #include <sys/vmparam.h>
                     15: #include <sys/vmmac.h>
                     16: #include <sys/vmmeter.h>
                     17: #include <sys/vmsystm.h>
                     18: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.