BSD 4_1c_2 development
[unix-history] / usr / include / pagsiz.h
CommitLineData
61b673a5
C
1#define NBPG 512
2#define PGOFSET 511
3#define CLSIZE 2
4#define CLOFSET 1023
5#define PAGSIZ (NBPG*CLSIZE)
6#define PAGRND ((PAGSIZ)-1)