Remove struct uinode.
Remove type arg to mknod (assume T_DEV).
This commit is contained in:
parent
fa1b34106a
commit
07090dd705
10 changed files with 129 additions and 140 deletions
2
file.h
2
file.h
|
@ -4,6 +4,6 @@ struct file {
|
|||
char readable;
|
||||
char writable;
|
||||
struct pipe *pipe;
|
||||
struct uinode *ip;
|
||||
struct inode *ip;
|
||||
uint off;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue