diff options
author | Alexander Langer <alex@FreeBSD.org> | 2003-02-12 19:19:03 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2003-02-12 19:19:03 +0000 |
commit | 091a8416e73d8e7c747b91af326f2dcfcc1aba5b (patch) | |
tree | b41f6b63d67d454baa99834ac40ca6c9a0deca97 /emulators | |
parent | 7c0370e8fbbd6464a4e3c32edcda171f9a1753fb (diff) | |
download | ports-091a8416e73d8e7c747b91af326f2dcfcc1aba5b.tar.gz ports-091a8416e73d8e7c747b91af326f2dcfcc1aba5b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/rtc/files/rtc.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |