stupid sun

This commit is contained in:
rsc 2005-01-14 18:46:35 +00:00
parent 7ea6c4fcbe
commit cb98c6f854
3 changed files with 9 additions and 11 deletions

View file

@ -1,10 +1,7 @@
typedef struct MetaBlock MetaBlock;
typedef struct MetaEntry MetaEntry;
enum
{
MaxBlock = (1UL<<31),
};
#define MaxBlock (1UL<<31)
enum {
BytesPerEntry = 100, /* estimate of bytes per dir entries - determines number of index entries in the block */