summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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