diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-05-28 16:52:35 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-05-28 16:52:35 +0000 |
commit | 8688f0285ad7a59f492a687ac31df459207ce144 (patch) | |
tree | 3ee319714a5776afd0993f905b618fcabd20433a /sys | |
parent | 40a437606a451cf4998e2ee286bf22dde1128cfa (diff) |
Actually remove the device id from events.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/hotplug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/hotplug.h b/sys/sys/hotplug.h index 5125ba37c85..f2da3f6cfd8 100644 --- a/sys/sys/hotplug.h +++ b/sys/sys/hotplug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hotplug.h,v 1.4 2006/05/28 16:49:47 henning Exp $ */ +/* $OpenBSD: hotplug.h,v 1.5 2006/05/28 16:52:34 mk Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -30,7 +30,6 @@ struct hotplug_event { int he_type; /* event type */ enum devclass he_devclass; /* device class */ char he_devname[16]; /* device name */ - int he_devid; /* device id */ }; #ifdef _KERNEL |