summaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2004-03-18 21:45:46 +0000
committerMike Silbersack <silby@FreeBSD.org>2004-03-18 21:45:46 +0000
commit47413986832477e3eb7884d21611027ed76a75de (patch)
treef44b90f0000b92c7e04568d65a0588874b71f481 /emulators/vmware3
parentUpdate to 0.57.1. (diff)
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
Diffstat (limited to 'emulators/vmware3')
-rw-r--r--emulators/vmware3/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/files/patch-ab b/emulators/vmware3/files/patch-ab
index b5e28455f1b5..37b59b98ac41 100644
--- a/emulators/vmware3/files/patch-ab
+++ b/emulators/vmware3/files/patch-ab
@@ -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,