From 8718af9bc0195f93ab62e0b44facc88ee62e834a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 14 Aug 1995 16:19:09 +0000 Subject: Formerly wait.h.~4~ --- pfinet/linux/wait.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pfinet') 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 -- cgit v1.2.3