summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhid.c
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>1999-08-31 07:42:50 +0000
committerfgsch <fgsch@openbsd.org>1999-08-31 07:42:50 +0000
commit3a4e8ece38d49a24437c137f1d7ae58201fa2e28 (patch)
tree36a4069aa56e87540042df5ff909d53b53bc3f87 /sys/dev/usb/uhid.c
parentstart amd in /etc/amd; so that if ${amd_master} contains map names, and we (diff)
downloadwireguard-openbsd-3a4e8ece38d49a24437c137f1d7ae58201fa2e28.tar.xz
wireguard-openbsd-3a4e8ece38d49a24437c137f1d7ae58201fa2e28.zip
sync with NetBSD;
struct device->bdevice.
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r--sys/dev/usb/uhid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index 74feaaca1d7..a626d8d0d59 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhid.c,v 1.3 1999/08/27 09:00:29 fgsch Exp $ */
+/* $OpenBSD: uhid.c,v 1.4 1999/08/31 07:42:50 fgsch Exp $ */
/* $NetBSD: uhid.c,v 1.21 1999/08/23 22:55:14 augustss Exp $ */
/*
@@ -240,7 +240,7 @@ USB_ATTACH(uhid)
int
uhid_activate(self, act)
- struct device *self;
+ bdevice *self;
enum devact act;
{
struct uhid_softc *sc = (struct uhid_softc *)self;
@@ -259,7 +259,7 @@ uhid_activate(self, act)
int
uhid_detach(self, flags)
- struct device *self;
+ bdevice *self;
int flags;
{
struct uhid_softc *sc = (struct uhid_softc *)self;