diff options
| author | kaashoek | 2006-08-15 15:53:46 +0000 |
|---|---|---|
| committer | kaashoek | 2006-08-15 15:53:46 +0000 |
| commit | e958c538fa1e711479f09cab807a6a7cde5d8aeb (patch) | |
| tree | 05b193a535691e31dd936954e4e824b7de700206 /proc.h | |
| parent | d7b3b802f414dbf18b5e196ab1a342b19d5f7be8 (diff) | |
commented out code for cwd
Diffstat (limited to 'proc.h')
| -rw-r--r-- | proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ struct proc{ void *chan; // sleep int killed; struct fd *fds[NOFILE]; + struct inode *cwd; struct taskstate ts; // only to give cpu address of kernel stack struct segdesc gdt[NSEGS]; |
