dect
/
linux-2.6
Archived
13
0
Fork 0

net: Fix warnings in dst_ops.h

include/net/dst_ops.h:28:20: warning: ‘struct sock’ declared inside parameter list

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-07-19 10:43:03 -07:00
parent be9f4a44e7
commit d8f1641b58
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ struct dst_entry;
struct kmem_cachep;
struct net_device;
struct sk_buff;
struct sock;
struct dst_ops {
unsigned short family;