Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user