aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2004-03-10 17:44:44 +0800
committersilby <silby@FreeBSD.org>2004-03-10 17:44:44 +0800
commitc9369e5ad575552f98855888e940cca85ca180dc (patch)
treec9a4a736bf722689e491affc46554a811b201239
parent4928418f768f0868471382bb2fe63b5455b72d81 (diff)
downloadfreebsd-ports-gnome-c9369e5ad575552f98855888e940cca85ca180dc.tar.gz
freebsd-ports-gnome-c9369e5ad575552f98855888e940cca85ca180dc.tar.zst
freebsd-ports-gnome-c9369e5ad575552f98855888e940cca85ca180dc.zip
Ugh, 502103 is the correct revision, not 502104.
No portrev bump needed.
-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