diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 17:27:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 17:27:59 +0000 |
commit | 798b7658f21c2a65b3bda097e15ddeea98a531bc (patch) | |
tree | d7f96aeea95e6c7fb0ad649d053497a09dee57f7 | |
parent | 478ece36d3745065043e9572019ae2dd5609b71c (diff) |
Formerly sched.c.~2~
-rw-r--r-- | pfinet/sched.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c index f195a9d4..ef76eafd 100644 --- a/pfinet/sched.c +++ b/pfinet/sched.c @@ -21,3 +21,6 @@ #include <linux/system.h> struct mutex global_interrupt_lock = MUTEX_INITIALIZER; + +struct task_struct *current; + |