summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/udevd.h b/udevd.h
index 8efe1d569c..8b82ff9a70 100644
--- a/udevd.h
+++ b/udevd.h
@@ -35,7 +35,7 @@ struct hotplug_msg {
pid_t pid;
int seqnum;
time_t queue_time;
- char action[8];
- char devpath[128];
- char subsystem[16];
+ char action[ACTION_SIZE];
+ char devpath[DEVPATH_SIZE];
+ char subsystem[SUBSYSTEM_SIZE];
};