mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
libudev-fbsd: update to git source as of 2017-12-16
Remove patches 001-fix-unused.patch and 002-replace-nitems.patch, similar fixes to make libudev-fbsd compile were applied upstream. Refresh remaining patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/libudev.c
|
||||
+++ b/src/libudev.c
|
||||
@@ -130,6 +130,12 @@ udev_device_get_devnum(struct udev_devic
|
||||
@@ -139,6 +139,12 @@ udev_device_get_devnum(struct udev_devic
|
||||
}
|
||||
|
||||
char const *
|
||||
@@ -15,7 +15,7 @@
|
||||
LOG("udev_device_get_property_value %s\n", property);
|
||||
--- a/src/libudev.h
|
||||
+++ b/src/libudev.h
|
||||
@@ -30,6 +30,7 @@ struct udev_device *udev_device_new_from
|
||||
@@ -31,6 +31,7 @@ struct udev_device *udev_device_new_from
|
||||
struct udev *udev, char const *syspath);
|
||||
struct udev_device *udev_device_new_from_devnum(
|
||||
struct udev *udev, char type, dev_t devnum);
|
||||
|
||||
Reference in New Issue
Block a user