summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-14 16:19:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-14 16:19:09 +0000
commit8718af9bc0195f93ab62e0b44facc88ee62e834a (patch)
treebbe6beda7283843e2ec8119a026d109148ba0ac2 /pfinet/linux
parent03dd244090e25702837b4891002c9fc2efcc50d1 (diff)
Formerly wait.h.~4~
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/wait.h3
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