(EFF_OPEN): New.
(ef_open): Restrict HOW to EFF_OPEN.
This commit is contained in:
parent
dbff0608e5
commit
a3dd70f8c0
2 changed files with 9 additions and 3 deletions
|
@ -67,6 +67,9 @@ struct empfile {
|
|||
#define EFF_OWNER bit(2) /* has concept of owner */
|
||||
#define EFF_GROUP bit(3) /* has concept of group */
|
||||
|
||||
/* Flags that may be passed to ef_open() */
|
||||
#define EFF_OPEN EFF_MEM
|
||||
|
||||
/*
|
||||
* Empire `file types'
|
||||
* These are really table IDs. Some tables are backed by files, some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue