aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2004-03-10 09:44:44 +0000
committerMike Silbersack <silby@FreeBSD.org>2004-03-10 09:44:44 +0000
commit9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2 (patch)
treec066e456c28f9cd524b16b57c74f14b30b2b1f53 /emulators/rtc
parent79951e0f225043a40d77ff358e2933b5409a7e08 (diff)
downloadports-9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2.tar.gz
ports-9ee4a1434bb966fdff90d4a72f2c349ef9d5e0d2.zip
Ugh, 502103 is the correct revision, not 502104.
No portrev bump needed.
Notes
Notes: svn path=/head/; revision=103508
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/files/rtc.c2
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