From 1ca540d6fb6869562bf041da8525d1093c04fc58 Mon Sep 17 00:00:00 2001 From: shaver Date: Mon, 10 Mar 2003 07:22:15 +0000 Subject: [PATCH] Remove liblustre-build-breaking l_wait_event define, and get rid of wait_event while I'm at it. --- lustre/include/liblustre.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index 90945f1..6144432 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -347,8 +347,6 @@ extern struct task_struct *current; #define init_waitqueue_head(l) INIT_LIST_HEAD(&(l)->sleepers) #define wake_up(l) do { int a; a++; } while (0) -#define wait_event(l,m) do { int a; a++; } while (0) -#define l_wait_event(l,m,i) do { int a; a++; } while (0) #define TASK_INTERRUPTIBLE 0 #define TASK_UNINTERRUPTIBLE 1 #define TASK_RUNNING 2 -- 1.8.3.1