diff options
author | silby <silby@FreeBSD.org> | 2004-03-18 21:45:46 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2004-03-18 21:45:46 +0000 |
commit | 3ef998dd9ffc875a456f44f8d93d4dae99cf7d9d (patch) | |
tree | c199e67b13610175bdf0e0a54f34b927c845ec59 /emulators | |
parent | eb371d909d747bbe4bd1de0f9b4515ec97718a66 (diff) | |
download | FreeBSD-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-ab | 2 |
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, |