diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2004-03-10 09:44:44 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2004-03-10 09:44:44 +0000 |
commit | 9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2 (patch) | |
tree | c066e456c28f9cd524b16b57c74f14b30b2b1f53 /emulators/rtc | |
parent | 79951e0f225043a40d77ff358e2933b5409a7e08 (diff) | |
download | ports-9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2.tar.gz ports-9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2.zip |
Notes
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/files/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c index e825602624e8..8f0407f1f319 100644 --- a/emulators/rtc/files/rtc.c +++ b/emulators/rtc/files/rtc.c @@ -93,7 +93,7 @@ static int rtc_modeevent(module_t mod, int cmd, void *arg); static struct cdevsw rtc_cdevsw = { #if __FreeBSD_version >= 500104 -#if __FreeBSD_version >= 502104 +#if __FreeBSD_version >= 502103 .d_version = D_VERSION, .d_flags = D_NEEDGIANT, #endif |