delete extraneous definitions
[unix-history] / usr / src / include / pagsiz.h
CommitLineData
9eebc89a
SL
1/* pagsiz.h 4.1 83/05/03 */
2
3#define NBPG 512
4#define PGOFSET 511
5#define CLSIZE 2
6#define CLOFSET 1023
7#define PAGSIZ (NBPG*CLSIZE)
8#define PAGRND ((PAGSIZ)-1)