|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1982, 1986 Regents of the University of California. ! 3: * All rights reserved. The Berkeley software License Agreement ! 4: * specifies the terms and conditions for redistribution. ! 5: * ! 6: * @(#)vm.h 7.1 (Berkeley) 6/4/86 ! 7: */ ! 8: ! 9: /* ! 10: * #include "../h/vm.h" ! 11: * or #include <vm.h> in a user program ! 12: * is a quick way to include all the vm header files. ! 13: */ ! 14: #ifdef KERNEL ! 15: #include "vmparam.h" ! 16: #include "vmmac.h" ! 17: #include "vmmeter.h" ! 18: #include "vmsystm.h" ! 19: #else ! 20: #include <sys/vmparam.h> ! 21: #include <sys/vmmac.h> ! 22: #include <sys/vmmeter.h> ! 23: #include <sys/vmsystm.h> ! 24: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.