diff options
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ struct file { char readable; char writable; struct pipe *pipe; - struct uinode *ip; + struct inode *ip; uint off; }; |