Rework revision 1.12, and wrap the bmaj entry with an #if doesn't

compile it in on FreeBSD-current, but does in all other cases
(-stable, NetBSD, OpenBSD, etc).
This commit is contained in:
Josef Karthauser 2002-02-14 00:35:03 +00:00
parent d0d80d05a6
commit 7dcd88f85f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90638

View File

@ -252,6 +252,9 @@ Static struct cdevsw uscanner_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
/* bmaj */ -1
#endif
};
#endif