3BSD/usr/include/pagsiz.h

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

#define	NBPG	512
#define	PGOFSET	511
#define	CLSIZE	2
#define	CLOFSET	1023
#define	BSIZE	1024
#define	BMASK	1023
#define	BSHIFT	10
#define	PAGSIZ	(NBPG*CLSIZE)
#define	PAGRND	((PAGSIZ)-1)