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:
parent
89afa60f4f
commit
4741398683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104538
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue