Add a missing comma which was breaking compilation on 5.x < 502103

No port rev bump, as the problem showed up at compile time.

Submitted by:	Nagilum
This commit is contained in:
Mike Silbersack 2004-03-18 21:45:46 +00:00
parent 89afa60f4f
commit 4741398683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104538

View file

@ -8,7 +8,7 @@
+ .d_version = D_VERSION,
+ .d_flags = D_NEEDGIANT,
+#else
+ .d_maj = CDEV_MAJOR
+ .d_maj = CDEV_MAJOR,
+#endif
.d_open = FreeBSD_Driver_Open,
.d_name = DEVICE_NAME,