chiark / gitweb /
allow SYMLINK== match
[elogind.git] / udevtest.c
index 418d43de14369a999c2423af5d13cad5727accb2..7b3ea6311d4c2a2178464affa0f54cd53b70cc8b 100644 (file)
@@ -90,9 +90,9 @@ out:
 int main(int argc, char *argv[], char *envp[])
 {
        int force = 0;
-       char *action = "add";
-       char *subsystem = NULL;
-       char *devpath = NULL;
+       const char *action = "add";
+       const char *subsystem = NULL;
+       const char *devpath = NULL;
        struct udevice *udev;
        struct sysfs_device *dev;
        struct udev_rules rules = {};