]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-rules: make import_property_from_string() take sd_device
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 29 Oct 2018 06:24:14 +0000 (15:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 Nov 2018 04:35:03 +0000 (13:35 +0900)
commit29b5eb5adf081fd599713ab577fb9ab034ea57e5
tree55b38b058bfba2793a47285c0061aad17e430075
parentf3d241feb2f2337098b53bfa1f86014b5c882df5
udev-rules: make import_property_from_string() take sd_device

Also, this makes the function return negative errno, though its
return value is always ignored.
src/udev/udev-rules.c