diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 20:09:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 20:09:49 +0000 |
commit | 70c5196cd5d9f88bca6dc4aeea398411b85e70b6 (patch) | |
tree | 6646d70ceaca0368691a60bb523d6addb593a388 | |
parent | 91f85b9c4bb880967b198585a1a9880e0cb1d837 (diff) |
entered into RCS
-rw-r--r-- | pfinet/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux/sched.h b/pfinet/linux/sched.h index a1fc95b6..08358dd5 100644 --- a/pfinet/linux/sched.h +++ b/pfinet/linux/sched.h @@ -14,6 +14,7 @@ #define jiffies (fetch_jiffies ()) extern struct task_struct *current; +extern struct task_struct current_contents; struct task_struct { @@ -24,7 +25,6 @@ struct task_struct int blocked; int state; int isroot; - thread_t thread; }; /* FLAGS in task_struct's. */ |