projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cb652d7
)
usb4bsd/uether: Missing argument in usb_ether_method's ue_ioctl() member.
author
Sascha Wildner <saw@online.de>
Fri, 12 Oct 2012 06:25:36 +0000 (08:25 +0200)
committer
Sascha Wildner <saw@online.de>
Fri, 12 Oct 2012 06:25:36 +0000 (08:25 +0200)
sys/bus/u4b/net/usb_ethernet.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/bus/u4b/net/usb_ethernet.h
b/sys/bus/u4b/net/usb_ethernet.h
index
ced7369
..
012c8c1
100644
(file)
--- a/
sys/bus/u4b/net/usb_ethernet.h
+++ b/
sys/bus/u4b/net/usb_ethernet.h
@@
-67,7
+67,8
@@
struct usb_ether_methods {
int (*ue_mii_upd)(struct ifnet *);
void (*ue_mii_sts)(struct ifnet *,
struct ifmediareq *);
- int (*ue_ioctl)(struct ifnet *, u_long, caddr_t);
+ int (*ue_ioctl)(struct ifnet *, u_long, caddr_t,
+ struct ucred *);
int (*ue_attach_post_sub)(struct usb_ether *);
};