python/hypothesis: update to 6.121.0
[oi-userland.git] / components / network / domoticz / patches / 008-VolcraftCO20.cpp.patch
blob793fd3dc9edf2194e2a1cd25116b27f67efaa6d4
1 --- domoticz-2022.1/hardware/VolcraftCO20.cpp.bak Wed Jun 15 09:19:34 2022
2 +++ domoticz-2022.1/hardware/VolcraftCO20.cpp Wed Jun 15 09:20:22 2022
3 @@ -98,7 +98,7 @@
4 goto out;
7 -#ifndef __NetBSD__
8 +#if !defined(__NetBSD__) && !defined(__sun)
9 /* Ensure that the device isn't claimed. */
10 ret = usb_get_driver_np(devh, 0 /*intrf*/, driver_name, sizeof(driver_name));
11 if (!ret)