Ugh, 502103 is the correct revision, not 502104.

No portrev bump needed.
This commit is contained in:
Mike Silbersack 2004-03-10 09:44:44 +00:00
parent 79951e0f22
commit 9ee4a1434b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103508

View File

@ -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