From 70c5196cd5d9f88bca6dc4aeea398411b85e70b6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 31 Oct 1995 20:09:49 +0000 Subject: entered into RCS --- pfinet/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet/linux') 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. */ -- cgit v1.2.3