diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2004-03-10 09:02:02 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2004-03-10 09:02:02 +0000 |
commit | 2d5c22cfa8e798a1b03bf25caaf409a501f18988 (patch) | |
tree | b5469683c3ca8743ad158cccb575400d85e2b2e1 /emulators/rtc/files/rtc.c | |
parent | Fix 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.c | 2 |
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, |