summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.h b/udevd.h
index 5fdd62d323..cced75d5f6 100644
--- a/udevd.h
+++ b/udevd.h
@@ -33,7 +33,7 @@ struct hotplug_msg {
char magic[20];
struct list_head list;
pid_t pid;
- int seqnum;
+ long seqnum;
long queue_time;
char action[ACTION_SIZE];
char devpath[DEVPATH_SIZE];