summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 09523ecf8a..9a64f66063 100644
--- a/device.h
+++ b/device.h
@@ -21,7 +21,7 @@ struct Device {
DeviceState state;
/* A single device can be created by multiple sysfs objects */
- char **sysfs;
+ char *sysfs;
};
extern const UnitVTable device_vtable;