From 606304a281bcbb35f71b7eb5c3814831261985ef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 2 Aug 1995 17:08:22 +0000 Subject: Formerly wait.h.~2~ --- pfinet/linux/wait.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index e69de29b..12c8c881 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -0,0 +1,12 @@ +#ifndef _HACK_WAIT_H_ +#define _HACK_WAIT_H_ + +struct wait_queue +{ +}; + +typedef struct select_table_struct +{ +} select_table; + +#endif -- cgit v1.2.3