Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for OBS_Deps:aarch64
home:Alexander_Naumov:SLE12
systemd
1041-libudev-fix-udev_queue_get_queue_is_empty-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch of Package systemd
From 45e60962b7965f32755a76b79a28126299aac149 Mon Sep 17 00:00:00 2001 From: Kay Sievers <kay@vrfy.org> Date: Fri, 27 Jun 2014 14:20:17 +0200 Subject: [PATCH] libudev: fix udev_queue_get_queue_is_empty() logic --- src/libudev/libudev-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git src/libudev/libudev-queue.c src/libudev/libudev-queue.c index eb0e096..c32a7ef 100644 --- src/libudev/libudev-queue.c +++ src/libudev/libudev-queue.c @@ -175,7 +175,7 @@ _public_ int udev_queue_get_udev_is_active(struct udev_queue *udev_queue) **/ _public_ int udev_queue_get_queue_is_empty(struct udev_queue *udev_queue) { - return access("/run/udev/queue", F_OK) >= 0; + return access("/run/udev/queue", F_OK) < 0; } /** -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor