Prepare to reimplement copy-on-write. previous commit stable.

This commit is contained in:
Bahadir Balban
2008-03-01 15:15:36 +00:00
parent 4f346cea53
commit e2e6c89da2
5 changed files with 24 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
#include <memory.h>
#include <file.h>
#include <utcb.h>
#include <env.h>
#include <proc.h>
struct tcb_head {
struct list_head list;