(ef_ensure_space): New.

(edit): Use it to to fix copying to virgin unit slot.  Closes #896475.
From Ron Koenderink.
This commit is contained in:
Markus Armbruster 2004-02-24 18:19:57 +00:00
parent 5233f7029f
commit c53438e7a0
3 changed files with 17 additions and 0 deletions

View file

@ -102,6 +102,7 @@ extern int ef_close(int);
extern int ef_flush(int);
extern int ef_write(int, int, caddr_t);
extern int ef_extend(int, int);
extern int ef_ensure_space(int, int, int);
extern void ef_zapcache(int);
extern int ef_nelem(int);
extern int ef_flags(int);