summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2004-03-18 21:45:46 +0000
committersilby <silby@FreeBSD.org>2004-03-18 21:45:46 +0000
commit3ef998dd9ffc875a456f44f8d93d4dae99cf7d9d (patch)
treec199e67b13610175bdf0e0a54f34b927c845ec59 /emulators
parenteb371d909d747bbe4bd1de0f9b4515ec97718a66 (diff)
downloadFreeBSD-ports-3ef998dd9ffc875a456f44f8d93d4dae99cf7d9d.zip
FreeBSD-ports-3ef998dd9ffc875a456f44f8d93d4dae99cf7d9d.tar.gz
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')
-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 b5e2845..37b59b9 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,
OpenPOWER on IntegriCloud