mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 14:15:21 +08:00
Update to FreeBSD head 2017-12-01
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
This commit is contained in:
@@ -197,7 +197,7 @@ static __inline int
|
||||
evdev_push_snd(struct evdev_dev *evdev, uint16_t code, int32_t value)
|
||||
{
|
||||
|
||||
return (evdev_push_event(evdev, EV_SND, code, value != 0));
|
||||
return (evdev_push_event(evdev, EV_SND, code, value));
|
||||
}
|
||||
|
||||
static __inline int
|
||||
|
Reference in New Issue
Block a user