summaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc.c
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2004-03-10 09:02:02 +0000
committerMike Silbersack <silby@FreeBSD.org>2004-03-10 09:02:02 +0000
commit2d5c22cfa8e798a1b03bf25caaf409a501f18988 (patch)
treeb5469683c3ca8743ad158cccb575400d85e2b2e1 /emulators/rtc/files/rtc.c
parentFix up some conflicts issues: there was an edge case where samba-devel (diff)
*Actually* make rtc work on post-502104 -CURRENT.
Diffstat (limited to 'emulators/rtc/files/rtc.c')
-rw-r--r--emulators/rtc/files/rtc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c
index 1b4a315e15d8..e825602624e8 100644
--- a/emulators/rtc/files/rtc.c
+++ b/emulators/rtc/files/rtc.c
@@ -103,9 +103,7 @@ static struct cdevsw rtc_cdevsw = {
.d_poll = rtc_poll,
.d_read = rtc_read,
.d_name = DEVICE_NAME,
-#if __FreeBSD_version < 502104
.d_maj = CDEV_MAJOR,
-#endif
#else
/* open */ rtc_open,
/* close */ rtc_close,