diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-14 16:19:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-14 16:19:09 +0000 |
commit | 8718af9bc0195f93ab62e0b44facc88ee62e834a (patch) | |
tree | bbe6beda7283843e2ec8119a026d109148ba0ac2 /pfinet/linux/wait.h | |
parent | 03dd244090e25702837b4891002c9fc2efcc50d1 (diff) |
Formerly wait.h.~4~
Diffstat (limited to 'pfinet/linux/wait.h')
-rw-r--r-- | pfinet/linux/wait.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index 86cddf6d..b785190d 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -3,8 +3,7 @@ struct wait_queue { - struct task_struct *proc; - struct wait_queue *next; + struct condition *c; }; typedef struct select_table_struct |