debuggers.hg
changeset 10904:4833dc75ce4d
[NET] front: Fix the build (broken my me a few changesets back).
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Fri Jul 28 17:52:57 2006 +0100 (2006-07-28) |
parents | 7e25295d8d9d |
children | edf7a25fdc43 |
files | linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Fri Jul 28 17:36:08 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Fri Jul 28 17:52:57 2006 +0100 1.3 @@ -1170,6 +1170,7 @@ static void network_connect(struct net_d 1.4 struct netfront_info *np = netdev_priv(dev); 1.5 int i, requeue_idx; 1.6 struct sk_buff *skb; 1.7 + grant_ref_t ref; 1.8 1.9 xennet_set_features(dev); 1.10