Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.

This commit is contained in:
Alexander Langer
2003-02-12 19:19:03 +00:00
parent 7c0370e8fb
commit 091a8416e7

View File

@@ -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 */