From 0c07c277721253b0f09f8a81ed6791103b8566c9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Aug 1995 15:21:52 +0000 Subject: Formerly wait.h.~3~ --- pfinet/linux/wait.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pfinet/linux') 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 -- cgit v1.2.3