chiark / gitweb /
bus: stop using EDEADLOCK
[elogind.git] / src / libudev / libudev-device-private.c
index fb4c6e2940af511710ba1f023f39ed00047ab39e..e5902887482c458d2aaf778055362e9e5d24680b 100644 (file)
@@ -17,7 +17,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <stddef.h>
@@ -183,6 +182,7 @@ int udev_device_delete_db(struct udev_device *udev_device)
         if (id == NULL)
                 return -1;
         strscpyl(filename, sizeof(filename), "/run/udev/data/", id, NULL);
+
         unlink(filename);
         return 0;
 }