chiark / gitweb /
fixups to get back to proper patch order
[elogind.git] / udevinfo.c
index 9ba302cbdc2c5e6afda8e0102822efe423a54a2c..fe847b875f0d08406db8bdf1544e62f952fd2f7d 100644 (file)
@@ -30,7 +30,7 @@
 #include "libsysfs/sysfs/libsysfs.h"
 #include "libsysfs/dlist.h"
 #include "udev.h"
-#include "udev_lib.h"
+#include "udev_utils.h"
 #include "udev_version.h"
 #include "udev_db.h"
 #include "logging.h"
@@ -401,7 +401,7 @@ print:
                        break;
 
                case PATH:
-                       strfieldcpy(result, udev.devpath);
+                       strfieldcpy(result, path);
                        break;
 
                case ALL: