commit: eb638f9d691ce79637e502f3404a1275ab111374
Author: stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Fri Nov 2 09:04:15 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 23:58:28 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=eb638f9d
x11-base/xorg-server: remove unreferenced patches
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
.../files/xorg-server-1.19.6-fix-NULL-value-detection.patch | 13 -------------
1 file changed, 13 deletions(-)
diff --git
a/x11-base/xorg-server/files/xorg-server-1.19.6-fix-NULL-value-detection.patch
b/x11-base/xorg-server/files/xorg-server-1.19.6-fix-NULL-value-detection.patch
deleted file mode 100644
index 94c319a..0000000
---
a/x11-base/xorg-server/files/xorg-server-1.19.6-fix-NULL-value-detection.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/config/udev.c b/config/udev.c
-index e198e8609..3a73189e2 100644
---- a/config/udev.c
-+++ b/config/udev.c
-@@ -135,7 +135,7 @@ device_added(struct udev_device *udev_device)
- #endif
-
- value = udev_device_get_property_value(udev_device, "ID_INPUT");
-- if (value && !strcmp(value, "0")) {
-+ if (!value || !strcmp(value, "0")) {
- LogMessageVerb(X_INFO, 10,
- "config/udev: ignoring device %s without "
- "property ID_INPUT set\n", path);