diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
| commit | cdb51d12a651450156caf19a79ed364676ea08e6 (patch) | |
| tree | 8da22341a2305e9430768c221b51121e4be40654 /sys/dev/usb/usb_ethersubr.c | |
| parent | 2a8e2fe6697072f3f88b48ce1cf925fb22827c1b (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.c')
| -rw-r--r-- | sys/dev/usb/usb_ethersubr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_ethersubr.c b/sys/dev/usb/usb_ethersubr.c index 569b4bf6fb0c..35a7db64a1fa 100644 --- a/sys/dev/usb/usb_ethersubr.c +++ b/sys/dev/usb/usb_ethersubr.c @@ -69,16 +69,16 @@ #include <dev/usb/usb_ethersubr.h> #ifndef lint -static const char rcsid[] = +Static const char rcsid[] = "$FreeBSD$"; #endif -static struct ifqueue usbq_rx; -static struct ifqueue usbq_tx; +Static struct ifqueue usbq_rx; +Static struct ifqueue usbq_tx; -static void usbintr __P((void)); +Static void usbintr __P((void)); -static void usbintr() +Static void usbintr() { struct ether_header *eh; struct mbuf *m; |
