This commit is contained in:
Vitor Santos Costa
2018-06-18 12:13:33 +01:00
42 changed files with 9936 additions and 3824 deletions

View File

@@ -109,7 +109,7 @@ typedef struct vfs {
int (*writers)(int ch, int sno);
/** VFS dep
endent area */
cell_size_t priv[4];
void *priv;
struct vfs *next;
} VFS_t;