summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
struct fd -> struct file
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index e3f8cc2..d29f765 100644
--- a/proc.h
+++ b/proc.h
@@ -39,7 +39,7 @@ struct proc{
int ppid;
void *chan; // sleep
int killed;
- struct fd *fds[NOFILE];
+ struct file *ofile[NOFILE];
struct inode *cwd;
struct jmpbuf jmpbuf;
struct trapframe *tf; // points into kstack, used to find user regs