summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-28 06:46:33 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-28 06:46:33 +0100
commit25ac040b489a7bf9c8608308a721d32e20a22911 (patch)
tree3ee812dd62c015a5facdae1e8a9ad08c7b724fe4 /device.h
parent7824bbebe329eea611b809e2fff3e6df4073a465 (diff)
add basic udev device enumeration module
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;