From 091a8416e73d8e7c747b91af326f2dcfcc1aba5b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 12 Feb 2003 19:19:03 +0000 Subject: Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000. --- emulators/rtc/files/rtc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators') diff --git a/emulators/rtc/files/rtc.h b/emulators/rtc/files/rtc.h index d3a151e286e5..36fe9083e951 100644 --- a/emulators/rtc/files/rtc.h +++ b/emulators/rtc/files/rtc.h @@ -5,5 +5,9 @@ #define RTCIO_PIE_ON _IO('p', 0x05) #define RTCIO_IRQP_SET _IO('p', 0x0c) +#ifndef M_WAITOK +#define M_WAITOK 0x0000 +#endif + #endif /* RTC_H */ -- cgit v1.2.3