stupid sun
This commit is contained in:
parent
7ea6c4fcbe
commit
cb98c6f854
3 changed files with 9 additions and 11 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue