summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-08 15:21:52 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-08 15:21:52 +0000
commit0c07c277721253b0f09f8a81ed6791103b8566c9 (patch)
tree6469078a5dec5419c1aecd64d193fdabaf926b0d /pfinet
parentde9678fd1bfa034fd8735aea0493063890c98fd5 (diff)
Formerly wait.h.~3~
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h
index 12c8c881..86cddf6d 100644
--- a/pfinet/linux/wait.h
+++ b/pfinet/linux/wait.h
@@ -3,6 +3,8 @@
struct wait_queue
{
+ struct task_struct *proc;
+ struct wait_queue *next;
};
typedef struct select_table_struct