4.1cBSD/a/sys/h/vmparam.h

Compare this file to the similar file:
Show the results in this format:

/*	vmparam.h	4.13	82/12/17	*/

/*
 * Machine dependent constants
 */
#ifdef KERNEL
#include "../machine/vmparam.h"
#else
#include <machine/vmparam.h>
#endif

#if defined(KERNEL) && !defined(LOCORE)
int	klseql;
int	klsdist;
int	klin;
int	kltxt;
int	klout;
#endif