From e958c538fa1e711479f09cab807a6a7cde5d8aeb Mon Sep 17 00:00:00 2001 From: kaashoek Date: Tue, 15 Aug 2006 15:53:46 +0000 Subject: commented out code for cwd --- proc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proc.h') diff --git a/proc.h b/proc.h index 6ed2e78..88e630b 100644 --- a/proc.h +++ b/proc.h @@ -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]; -- cgit v1.2.3