|
|
1.1 ! root 1: /* vm.h 4.1 11/9/80 */ ! 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/vmclust.h" ! 11: #include "../h/vmtune.h" ! 12: #include "../h/vmmac.h" ! 13: #include "../h/vmmeter.h" ! 14: #include "../h/vmtotal.h" ! 15: #include "../h/vmsystm.h" ! 16: #include "../h/vmklust.h" ! 17: #else ! 18: #include <sys/vmparam.h> ! 19: #include <sys/vmclust.h> ! 20: #include <sys/vmtune.h> ! 21: #include <sys/vmmac.h> ! 22: #include <sys/vmmeter.h> ! 23: #include <sys/vmtotal.h> ! 24: #include <sys/vmsystm.h> ! 25: #include <sys/vmklust.h> ! 26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.