PERFORCE change 135746 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Feb 19 20:53:12 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=135746
Change 135746 by hselasky at hselasky_laptop001 on 2008/02/19 20:53:04
s/Static/static/g
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/usb_hid.c#12 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/usb_hid.c#12 (text+ko) ====
@@ -60,7 +60,7 @@
#define DPRINTFN(n,x)
#endif
-Static void hid_clear_local(struct hid_item *);
+static void hid_clear_local(struct hid_item *);
#define MAXUSAGE 100
struct hid_data {
@@ -76,7 +76,7 @@
int kindset;
};
-Static void
+static void
hid_clear_local(struct hid_item *c)
{
More information about the p4-projects
mailing list