From a1987e2c602829ad767a70ace887e30293688fab Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Thu, 30 Mar 2000 16:19:34 +0000 Subject: Sync with NetBSD. USB Ethernet drivers should work now. --- sys/dev/usb/hid.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/usb/hid.c') diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index 207ead12211..123cccc44e4 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -1,5 +1,5 @@ -/* $OpenBSD: hid.c,v 1.5 2000/03/28 19:37:46 aaron Exp $ */ -/* $NetBSD: hid.c,v 1.12 2000/03/17 18:16:18 augustss Exp $ */ +/* $OpenBSD: hid.c,v 1.6 2000/03/30 16:19:32 aaron Exp $ */ +/* $NetBSD: hid.c,v 1.13 2000/03/27 12:33:53 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/hid.c,v 1.11 1999/11/17 22:33:39 n_hibma Exp $ */ /* @@ -60,7 +60,7 @@ extern int usbdebug; #define DPRINTFN(n,x) #endif -static void hid_clear_local __P((struct hid_item *)); +Static void hid_clear_local __P((struct hid_item *)); #define MAXUSAGE 100 struct hid_data { @@ -76,7 +76,7 @@ struct hid_data { int kindset; }; -static void +Static void hid_clear_local(c) struct hid_item *c; { -- cgit v1.2.3