diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:21:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:21:52 +0000 |
commit | 0c07c277721253b0f09f8a81ed6791103b8566c9 (patch) | |
tree | 6469078a5dec5419c1aecd64d193fdabaf926b0d | |
parent | de9678fd1bfa034fd8735aea0493063890c98fd5 (diff) |
Formerly wait.h.~3~
-rw-r--r-- | pfinet/linux/wait.h | 2 |
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 |