summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-31 20:09:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-31 20:09:49 +0000
commit70c5196cd5d9f88bca6dc4aeea398411b85e70b6 (patch)
tree6646d70ceaca0368691a60bb523d6addb593a388 /pfinet/linux
parent91f85b9c4bb880967b198585a1a9880e0cb1d837 (diff)
entered into RCS
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/sched.h2
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. */